Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Tech: augmente le timeout pour l’exécution des tests navigateur
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnix committed Mar 17, 2021
1 parent 31e31c0 commit 804e501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"scripts": {
"test": "mocha --require @babel/register src/scripts/tests/",
"test:coverage": "nyc npm run test",
"test-integration": "mocha --require @babel/register --bail --timeout 15000 src/scripts/tests/integration/",
"test-integration": "mocha --require @babel/register --bail --timeout 20000 src/scripts/tests/integration/",
"lint": "eslint src/scripts/ src/service-worker.js",
"prebuild": "rm -rf dist",
"build": "parcel build src/index.html --detailed-report 20 --experimental-scope-hoisting",
Expand Down

0 comments on commit 804e501

Please sign in to comment.