[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 Samuel Degueldre
parent 0b4b7899f6
commit c00127fa1e
+1 -1
View File
@@ -16,7 +16,7 @@
"build:bundle": "rollup -c", "build:bundle": "rollup -c",
"build": "npm run build:bundle", "build": "npm run build:bundle",
"test": "jest", "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", "test:watch": "jest --watch",
"playground:serve": "python3 tools/server.py || python tools/server.py", "playground:serve": "python3 tools/server.py || python tools/server.py",
"playground": "npm run build && npm run playground:serve", "playground": "npm run build && npm run playground:serve",