We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a23e735 + 2f0320f commit 7f37f18Copy full SHA for 7f37f18
1 file changed
templates/common/Gruntfile.js
@@ -67,7 +67,7 @@ module.exports = function (grunt) {
67
},
68
mochaTest: {
69
files: ['test/server/{,*/}*.js'],
70
- tasks: ['mochaTest']
+ tasks: ['env:test', 'mochaTest']
71
72
jsTest: {
73
files: ['test/client/spec/{,*/}*.js'],
0 commit comments