UNPKG
creatable
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
Elegant HTML generation. No templating. Just Javascript.
RaineOrShine/creatable
creatable
/
components
/
mocha
/
index.js
4 lines
(3 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
module
.exports = process.env.
COV
?
require
(
'./lib-cov/mocha'
) :
require
(
'./lib/mocha'
);