We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9e4c7 commit 73fa3e5Copy full SHA for 73fa3e5
package.json
@@ -4,7 +4,7 @@
4
"description": "Optimistic Nightfall",
5
"main": "./nightfall-client/src/index.mjs",
6
"scripts": {
7
-"test": "mocha --timeout 0 --bail test/http.mjs test/neg-http.mjs",
+"test": "mocha --exit --timeout 0 --bail test/http.mjs test/neg-http.mjs",
8
"testnet-test": "EVENT_RETRIEVE_RETRIES=10 USE_INFURA=true FROM_ADDRESS=0x29100E7E3dA6654BF63d9E7804ADe518aCc5AaA5 BLOCKCHAIN_URL=wss://ropsten.infura.io/ws/v3/INFURA_PROJECT_ID mocha --timeout 0 --bail test/http.mjs test/neg-http.mjs",
9
"test-gas": "mocha --timeout 0 --bail test/tx-gas.mjs",
10
"test-chain-reorg": "mocha --timeout 0 --bail test/chain-reorg.mjs",
0 commit comments