Skip to content

Commit

Permalink
fix(tests): Manual copying of the test-module
Browse files Browse the repository at this point in the history
  • Loading branch information
pilsy committed May 4, 2016
1 parent 4c1d9ce commit b2c343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/grunt/mochaTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
}
},
register: function(grunt) {
grunt.registerTask('test', ['db', 'mochaTest:unit', 'mochaTest:e2e', 'db']);
grunt.registerTask('test', ['db', 'copy:testModule', 'mochaTest:unit', 'mochaTest:e2e', 'db']);
grunt.registerTask('test:unit', ['mochaTest:unit']);
grunt.registerTask('test:e2e', ['mochaTest:e2e']);
grunt.registerTask('test:ci', ['watch:tests']);
Expand Down

0 comments on commit b2c343c

Please sign in to comment.