Skip to content

Commit

Permalink
Do not bail running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 29, 2023
1 parent 685c8de commit d8e9c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ header() {
}

run-suite() {
PATH="node_modules/.bin:$PATH" mocha -b -t 10000
PATH="node_modules/.bin:$PATH" mocha -t 10000
}

set -e
Expand Down

0 comments on commit d8e9c8f

Please sign in to comment.