Skip to content

Commit 214b43a

Browse files
committed
remove config
1 parent fcabbaa commit 214b43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"type-tools:py": "mypy tools",
3737
"test": "npm-run-all test:*",
3838
"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",
39+
"test:e2e": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --config tests/vizzu-player/e2e/jest.config.cjs --verbose",
4040
"ci": "npm-run-all ci:*",
4141
"ci:src": "npm-run-all ci-src:*",
4242
"ci-src:js": "npm-run-all format-src:js lint-src:js type-src:js test",

0 commit comments

Comments
 (0)