We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db2173 commit 7a8cc0cCopy full SHA for 7a8cc0c
gruntfile.coffee
@@ -32,6 +32,7 @@ module.exports = (grunt) ->
32
'test/server/*.coffee'
33
'test/helpers/*.coffee'
34
]
35
+ tasks: ['test:server']
36
37
# Load NPM Tasks
38
grunt.loadNpmTasks 'grunt-karma'
0 commit comments