-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
24 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
"test:coverage:integration": "lerna run test:coverage:integration --stream --parallel", | ||
"test:unit": "lerna run test:unit --stream --parallel && jest --config=./scripts/jest.config.js", | ||
"test:integration": "lerna run test:integration --stream", | ||
"test:integration:manual": "lerna run test:integration:manual --stream", | ||
"test:integration:stress": "lerna run test:integration:stress --stream", | ||
"test:e2e:ganache:http": "./scripts/test-runner.sh ganache http", | ||
"test:e2e:ganache:ws": "./scripts/test-runner.sh ganache ws", | ||
"test:e2e:geth:http": "./scripts/test-runner.sh geth http", | ||
|
@@ -77,12 +77,10 @@ | |
"test:e2e:mainnet:ws": "./scripts/test-runner.sh mainnet ws", | ||
"test:e2e:sepolia:http": "./scripts/test-runner.sh sepolia http", | ||
"test:e2e:sepolia:ws": "./scripts/test-runner.sh sepolia ws", | ||
"test:e2e:manual:geth:ws": "./scripts/test-runner.sh geth-manual ws node manual", | ||
"test:e2e:manual:geth:ipc": "./scripts/test-runner.sh geth-manual ipc node manual", | ||
"test:e2e:manual:geth:http": "./scripts/test-runner.sh geth-manual http node manual", | ||
"test:e2e:manual:geth:ws:chrome": "./scripts/test-runner.sh geth-manual ws chrome manual", | ||
"test:e2e:manual:geth:ws:firefox": "./scripts/test-runner.sh geth-manual ws firefox manual", | ||
"test:e2e:manual:geth:ws:electron": "./scripts/test-runner.sh geth-manual ws electron manual", | ||
"test:stress:geth:ws": "./scripts/test-runner.sh geth-manual ws node manual", | ||
"test:stress:geth:ipc": "./scripts/test-runner.sh geth-manual ipc node manual", | ||
"test:stress:geth:http": "./scripts/test-runner.sh geth-manual http node manual", | ||
"test:e2e:stress:geth:ws:chrome": "./scripts/test-runner.sh geth-manual ws chrome manual", | ||
"generate:accounts": "node ./scripts/gen_accounts.js", | ||
"pre-blackbox": "yarn config set registry http://localhost:4873 && git init && git config --global user.email \"[email protected]\" && git config --global user.name \"CI\"", | ||
"post-blackbox": "./scripts/verdaccio.sh stop", | ||
|
@@ -94,8 +92,8 @@ | |
"test:blackbox:geth:ws": "yarn pre-blackbox && yarn geth:start:background && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:geth:ws --stream && yarn post-blackbox:geth", | ||
"test:blackbox:infura:http": "yarn pre-blackbox && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:infura:http --stream && yarn post-blackbox", | ||
"test:blackbox:infura:ws": "yarn pre-blackbox && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:infura:ws --stream && yarn post-blackbox", | ||
"test:manual:long-connection-ws":"node ./packages/web3/test/manual/long_ws_tests/nodejs_test/long_connection_ws.js", | ||
"test:manual":"yarn test:e2e:manual:geth:ws && yarn test:e2e:manual:geth:http && yarn test:e2e:manual:geth:ipc", | ||
"test:manual:long-connection-ws": "node packages/web3/test/stress/long_ws_tests/nodejs_test/long_connection_ws.js", | ||
"test:stress":"yarn test:stress:geth:ws && yarn test:stress:geth:http && yarn test:stress:geth:ipc && yarn test:e2e:stress:geth:ws:chrome", | ||
"husky:install": "husky install", | ||
"husky:uninstall": "husky uninstall", | ||
"postinstall": "yarn build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters