We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcabbaa commit 214b43aCopy full SHA for 214b43a
package.json
@@ -36,7 +36,7 @@
36
"type-tools:py": "mypy tools",
37
"test": "npm-run-all test:*",
38
"test:unit": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --config tests/vizzu-player/unit/jest.config.js --verbose",
39
- "test:e2e": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --config tests/vizzu-player/e2e/jest.config.cjs --verbose --runInBand --no-sandbox",
+ "test:e2e": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --config tests/vizzu-player/e2e/jest.config.cjs --verbose",
40
"ci": "npm-run-all ci:*",
41
"ci:src": "npm-run-all ci-src:*",
42
"ci-src:js": "npm-run-all format-src:js lint-src:js type-src:js test",
0 commit comments