UNPKG
coz-tmpl
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Build-in templates for coz.
github.com/coz-repo/coz-tmpl
coz-repo/coz-tmpl
coz-tmpl
/
example
/
example-mocha-test-js-bud.js
10 lines
(8 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
cozTmpl =
require
(
'coz-tmpl'
);
module
.
exports
= cozTmpl.
mochaTestJsBud
({
dest
: __dirname,
src
:__dirname +
'/../lib/*.js'
});
if
(!
module
.
parent
) {
require
(
'coz'
).
render
(__filename); }