Skip to content

Commit 9ee26dd

Browse files
committed
Mocha TDD
1 parent e469741 commit 9ee26dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jakefile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ task('docPublish', ['doc'], function () {
6464

6565
desc('Runs the EJS test suite');
6666
task('test', ['lint'], function () {
67-
exec(path.join('./node_modules/.bin/mocha'));
67+
exec(path.join('./node_modules/.bin/mocha --u tdd'));
6868
});
6969

7070
publishTask('ejs', ['build'], function () {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"node": ">=0.10.0"
3838
},
3939
"scripts": {
40-
"test": "mocha -u tdd"
40+
"test": "npx jake test"
4141
}
4242
}

0 commit comments

Comments
 (0)