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 0458328 commit 8716a7dCopy full SHA for 8716a7d
packages/neo4j-driver/package.json
@@ -22,7 +22,7 @@
22
"lint": "eslint --fix --ext .js ./",
23
"test": "gulp test",
24
"test::unit": "gulp test-nodejs-unit && gulp run-ts-declaration-tests",
25
- "test::browser": "jest -c jest.browser.config.ts",
+ "test::browser": "jest -c jest.browser.config.ts --runInBand",
26
"test::integration": "gulp test-nodejs-integration",
27
"test::stress": "gulp run-stress-tests-without-jasmine",
28
"build": "gulp all",
0 commit comments