Skip to content

Commit

Permalink
e2e_test: exit mocha when hitting timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Jun 11, 2024
1 parent 0816838 commit 574bd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/test_viem_tx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -eo pipefail
source shared.sh
prepare_node

cd js-tests && ./node_modules/mocha/bin/mocha.js test_viem_tx.mjs
cd js-tests && ./node_modules/mocha/bin/mocha.js test_viem_tx.mjs --exit

0 comments on commit 574bd88

Please sign in to comment.