mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #195 from overleaf/jpa-plain-dev-env
[misc] bump the dev-env to 3.3.5 -- drop custom unit test timeout
This commit is contained in:
commit
307c04c442
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@ real-time
|
||||||
--env-pass-through=
|
--env-pass-through=
|
||||||
--node-version=10.22.1
|
--node-version=10.22.1
|
||||||
--public-repo=True
|
--public-repo=True
|
||||||
--script-version=3.3.4
|
--script-version=3.3.5
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"start": "node $NODE_APP_OPTIONS app.js",
|
"start": "node $NODE_APP_OPTIONS app.js",
|
||||||
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
||||||
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
||||||
"test:unit:_run": "mocha --recursive --reporter spec --timeout 5000 $@ test/unit/js",
|
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
|
||||||
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
||||||
"nodemon": "nodemon --config nodemon.json",
|
"nodemon": "nodemon --config nodemon.json",
|
||||||
"lint": "node_modules/.bin/eslint --max-warnings 0 .",
|
"lint": "node_modules/.bin/eslint --max-warnings 0 .",
|
||||||
|
|
Loading…
Reference in a new issue