Skip to content

Commit 7f37f18

Browse files
committed
Merge pull request angular-fullstack#157 from antoinepairet/master
Update Gruntfile.js: mochaTest through watch should run in 'test' env
2 parents a23e735 + 2f0320f commit 7f37f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = function (grunt) {
6767
},
6868
mochaTest: {
6969
files: ['test/server/{,*/}*.js'],
70-
tasks: ['mochaTest']
70+
tasks: ['env:test', 'mochaTest']
7171
},
7272
jsTest: {
7373
files: ['test/client/spec/{,*/}*.js'],

0 commit comments

Comments
 (0)