Skip to content

Commit

Permalink
fix: --exit missing in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Feb 10, 2022
1 parent 5e9e4c7 commit 73fa3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Optimistic Nightfall",
"main": "./nightfall-client/src/index.mjs",
"scripts": {
"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",
"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",
"test-gas": "mocha --timeout 0 --bail test/tx-gas.mjs",
"test-chain-reorg": "mocha --timeout 0 --bail test/chain-reorg.mjs",
Expand Down

0 comments on commit 73fa3e5

Please sign in to comment.