Skip to content

Commit 04eea9c

Browse files
committed
Grunt: Support TESTS envvar
1 parent 078cc10 commit 04eea9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gruntfile.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = ->
1818
src: ['spec/*.coffee']
1919
options:
2020
reporter: 'spec'
21+
grep: process.env.TESTS
2122

2223
# Coding standards
2324
coffeelint:

0 commit comments

Comments
 (0)