Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 4f9cdf5

Browse files
committed
Run DataUnion tests in band: concurrent run causes "Transaction with the same hash was already imported" error
1 parent 04ef6e8 commit 4f9cdf5

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
@@ -31,7 +31,7 @@
3131
"test-integration": "jest --forceExit test/integration",
3232
"test-integration-no-resend": "jest --testTimeout=10000 --testPathIgnorePatterns='resend|Resend' --testNamePattern='^((?!(resend|Resend|resent|Resent)).)*$' test/integration/*.test.js",
3333
"test-integration-resend": "jest --testTimeout=15000 --testNamePattern='(resend|Resend|resent|Resent)' test/integration/*.test.js",
34-
"test-integration-dataunions": "jest --testTimeout=15000 test/integration/DataUnionEndpoints",
34+
"test-integration-dataunions": "jest --testTimeout=15000 --runInBand test/integration/DataUnionEndpoints",
3535
"test-flakey": "jest --forceExit test/flakey/*",
3636
"test-browser": "node ./test/browser/server.js & node node_modules/nightwatch/bin/nightwatch ./test/browser/browser.js && pkill -f server.js",
3737
"install-example": "cd examples/webpack && npm ci",

0 commit comments

Comments
 (0)