[IMP] tooling: add testTimeout argument to test:debug command

This commit is contained in:
Géry Debongnie
2022-01-13 10:01:44 +01:00
committed by Aaron Bohy
parent 52d0526ddd
commit 1775467434
+1 -1
View File
@@ -16,7 +16,7 @@
"build:bundle": "rollup -c",
"build": "npm run build:bundle",
"test": "jest",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch --testTimeout=5000000",
"test:watch": "jest --watch",
"playground:serve": "python3 tools/server.py || python tools/server.py",
"playground": "npm run build && npm run playground:serve",