Skip to content

Commit

Permalink
Wire up Mocha to jake test
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 29, 2016
1 parent 89f0065 commit 53ffe01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ task('docPublish', ['doc'], function () {
console.log('Docs published to gh-pages.');
});

task('test', function () {
exec('./node_modules/.bin/mocha');
});

publishTask('ejs', ['build'], function () {
this.packageFiles.include([
'Jakefile',
Expand Down

0 comments on commit 53ffe01

Please sign in to comment.