Skip to content

Commit 8716a7d

Browse files
authored
Run Neo4j-Driver Browser Tests Sequentially (#1350)
1 parent 0458328 commit 8716a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "eslint --fix --ext .js ./",
2323
"test": "gulp test",
2424
"test::unit": "gulp test-nodejs-unit && gulp run-ts-declaration-tests",
25-
"test::browser": "jest -c jest.browser.config.ts",
25+
"test::browser": "jest -c jest.browser.config.ts --runInBand",
2626
"test::integration": "gulp test-nodejs-integration",
2727
"test::stress": "gulp run-stress-tests-without-jasmine",
2828
"build": "gulp all",

0 commit comments

Comments
 (0)