Skip to content

Commit 73fa3e5

Browse files
committed
fix: --exit missing in tests
1 parent 5e9e4c7 commit 73fa3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Optimistic Nightfall",
55
"main": "./nightfall-client/src/index.mjs",
66
"scripts": {
7-
"test": "mocha --timeout 0 --bail test/http.mjs test/neg-http.mjs",
7+
"test": "mocha --exit --timeout 0 --bail test/http.mjs test/neg-http.mjs",
88
"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",
99
"test-gas": "mocha --timeout 0 --bail test/tx-gas.mjs",
1010
"test-chain-reorg": "mocha --timeout 0 --bail test/chain-reorg.mjs",

0 commit comments

Comments
 (0)