index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
mocha
/
index.js
blob: 169b2717707b4b0120f9cbf6bad444322f936c42 (
plain
)
1
2
3
module
.
exports
=
process
.
env
.
COV
?
require
(
'./lib-cov/mocha'
)
:
require
(
'./lib/mocha'
);