index
:
warpfx.git
audiolet
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
mocha
/
index.js
blob: 507566fac225383ef9a294e8055241fa00df59dc (
plain
)
1
2
3
4
module
.
exports
=
process
.
env
.
COV
?
require
(
'./lib-cov/mocha'
)
:
require
(
'./lib/mocha'
);