Skip to content

Commit

Permalink
Enable grunt-watch with mochaTest
Browse files Browse the repository at this point in the history
  • Loading branch information
uk-ar committed Nov 27, 2014
1 parent bb63258 commit aaeb78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = function(grunt) {
}
},
watch: {
files: ['Gruntfile.js', 'test/**/*.coffee'],
tasks: ['test']
files: ['Gruntfile.js', 'test/**/*.coffee','test/**/*.js'],
tasks: ['mochaTest']
}
});
};

0 comments on commit aaeb78f

Please sign in to comment.