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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy