Skip to content

Commit d8e9c8f

Browse files
committed
Do not bail running tests
1 parent 685c8de commit d8e9c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ header() {
55
}
66

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

1111
set -e

0 commit comments

Comments
 (0)