GITLAB
tektrans
/ komodo2-gw-sds
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
master
1f80c15f793a4a84cc98df0485ffb0102bda683e
komodo2-gw-sds-ss
node_modules
tektrans-logger
lib
is-in-test.js
1f80c15f7
install dependencies
Browse Code ยป
adi surya
2022-07-27 14:28:13 +0700
is-in-test.js
80 Bytes
edit
raw
blame
history
1
2
3
const isInTest = (typeof global.it) === 'function'; module.exports = isInTest;