We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078cc10 commit 04eea9cCopy full SHA for 04eea9c
1 file changed
Gruntfile.coffee
@@ -18,6 +18,7 @@ module.exports = ->
18
src: ['spec/*.coffee']
19
options:
20
reporter: 'spec'
21
+ grep: process.env.TESTS
22
23
# Coding standards
24
coffeelint:
0 commit comments