Skip to content

Commit

Permalink
Mocha TDD
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Apr 12, 2024
1 parent e469741 commit 9ee26dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jakefile.js
Expand Up @@ -64,7 +64,7 @@ task('docPublish', ['doc'], function () {

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

publishTask('ejs', ['build'], function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,6 +37,6 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -u tdd"
"test": "npx jake test"
}
}

0 comments on commit 9ee26dd

Please sign in to comment.