Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d238442

Browse files
Kris Urbaskrzysu
authored andcommitted
remove detectOpenHandles
1 parent 2316881 commit d238442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-eth-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:ci": "jest --coverage=true --coverage-reporters=json --verbose",
4040
"test:watch": "npm test -- --watch",
4141
"test:unit": "jest --config=./test/unit/jest.config.js",
42-
"test:integration": "jest --config=./test/integration/jest.config.js --runInBand --detectOpenHandles",
42+
"test:integration": "jest --config=./test/integration/jest.config.js --runInBand",
4343
"test:e2e:electron": "npx cypress run --headless --browser electron --env grep='ignore',invert=true",
4444
"test:e2e:chrome": "npx cypress run --headless --browser chrome --env grep='ignore',invert=true",
4545
"test:e2e:firefox": "npx cypress run --headless --browser firefox --env grep='ignore',invert=true"

0 commit comments

Comments
 (0)