Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/web3/test/cjs_black_box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"type": "commonjs",
"scripts": {
"test:geth:http": "WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=http://localhost:8545 jest",
"test:geth:ws": "WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=ws://localhost:8545 jest --forceExit",
"test:geth:ws": "WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=ws://localhost:8545 jest",
"test:infura:http": "WEB3_SYSTEM_TEST_BACKEND=infura jest",
"test:infura:ws": "WEB3_SYSTEM_TEST_BACKEND=infura jest --forceExit"
"test:infura:ws": "WEB3_SYSTEM_TEST_BACKEND=infura jest"
},
"dependencies": {
"web3": "5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/web3/test/esm_black_box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"scripts": {
"test:hardhat:http": "WEB3_SYSTEM_TEST_BACKEND=hardhat WEB3_SYSTEM_TEST_PROVIDER=http://localhost:8545 jest",
"test:geth:http": "WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=http://localhost:8545 jest",
"test:geth:ws": "WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=ws://localhost:8545 jest --forceExit",
"test:geth:ws": "WEB3_SYSTEM_TEST_BACKEND=geth WEB3_SYSTEM_TEST_PROVIDER=ws://localhost:8545 jest",
"test:infura:http": "WEB3_SYSTEM_TEST_BACKEND=infura jest",
"test:infura:ws": "WEB3_SYSTEM_TEST_BACKEND=infura jest --forceExit"
"test:infura:ws": "WEB3_SYSTEM_TEST_BACKEND=infura jest"
},
"dependencies": {
"web3": "5.0.0"
Expand Down
Loading