mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added grep for tests
This commit is contained in:
parent
28990d5a39
commit
b3d653f930
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ module.exports = (grunt) ->
|
|||
unit:
|
||||
options:
|
||||
reporter: grunt.option('reporter') or 'spec'
|
||||
grep: grunt.option("grep")
|
||||
src: ["test/unit/js/**/*.js"]
|
||||
acceptance:
|
||||
options:
|
||||
|
|
Loading…
Reference in a new issue