This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
"type" : " commonjs" ,
8
8
"scripts" : {
9
9
"test:geth:http" : " WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=http://localhost:8545 jest" ,
10
- "test:geth:ws" : " WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=ws://localhost:8545 jest --forceExit " ,
10
+ "test:geth:ws" : " WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=ws://localhost:8545 jest" ,
11
11
"test:infura:http" : " WEB3_SYSTEM_TEST_BACKEND=infura jest" ,
12
- "test:infura:ws" : " WEB3_SYSTEM_TEST_BACKEND=infura jest --forceExit "
12
+ "test:infura:ws" : " WEB3_SYSTEM_TEST_BACKEND=infura jest"
13
13
},
14
14
"dependencies" : {
15
15
"web3" : " 5.0.0"
Original file line number Diff line number Diff line change 8
8
"scripts" : {
9
9
"test:hardhat:http" : " WEB3_SYSTEM_TEST_BACKEND=hardhat WEB3_SYSTEM_TEST_PROVIDER=http://localhost:8545 jest" ,
10
10
"test:geth:http" : " WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=http://localhost:8545 jest" ,
11
- "test:geth:ws" : " WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=ws://localhost:8545 jest --forceExit " ,
11
+ "test:geth:ws" : " WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=ws://localhost:8545 jest" ,
12
12
"test:infura:http" : " WEB3_SYSTEM_TEST_BACKEND=infura jest" ,
13
- "test:infura:ws" : " WEB3_SYSTEM_TEST_BACKEND=infura jest --forceExit "
13
+ "test:infura:ws" : " WEB3_SYSTEM_TEST_BACKEND=infura jest"
14
14
},
15
15
"dependencies" : {
16
16
"web3" : " 5.0.0"
You can’t perform that action at this time.
0 commit comments