mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
allow mocha timeout to be specified on grunt command line
This commit is contained in:
parent
f70476284b
commit
81fb8de1db
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ module.exports = (grunt) ->
|
||||||
options:
|
options:
|
||||||
reporter: grunt.option('reporter') or 'spec'
|
reporter: grunt.option('reporter') or 'spec'
|
||||||
grep: grunt.option("grep")
|
grep: grunt.option("grep")
|
||||||
|
timeout: grunt.option("timeout")
|
||||||
src: ["test/unit/js/**/*.js"]
|
src: ["test/unit/js/**/*.js"]
|
||||||
|
|
||||||
grunt.loadNpmTasks 'grunt-contrib-coffee'
|
grunt.loadNpmTasks 'grunt-contrib-coffee'
|
||||||
|
|
Loading…
Reference in a new issue