index
:
solutions_repo
master
qa
A web app that allows students to share test solutions.
kdam0
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'
);