mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 20:43:34 +00:00
add grep option to grunt test:unit
This commit is contained in:
parent
6e0d72a3b1
commit
6a241cba28
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ module.exports = (grunt) ->
|
|||
unit:
|
||||
options:
|
||||
reporter: grunt.option('reporter') or 'spec'
|
||||
grep: grunt.option("grep")
|
||||
src: ["test/unit/js/**/*.js"]
|
||||
|
||||
grunt.loadNpmTasks 'grunt-contrib-coffee'
|
||||
|
|
Loading…
Reference in a new issue