We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685c8de commit d8e9c8fCopy full SHA for d8e9c8f
scripts/run-tests.sh
@@ -5,7 +5,7 @@ header() {
5
}
6
7
run-suite() {
8
- PATH="node_modules/.bin:$PATH" mocha -b -t 10000
+ PATH="node_modules/.bin:$PATH" mocha -t 10000
9
10
11
set -e
0 commit comments