Skip to content

Commit 5dc0002

Browse files
tests: fail fast
1 parent 67d70f3 commit 5dc0002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist/**/*"
99
],
1010
"scripts": {
11-
"test": "ava tests/*.test.js -- no-rollup-warnings",
11+
"test": "ava tests/*.test.js --fail-fast -- no-rollup-warnings",
1212
"clean": "del-cli dist",
1313
"build": "npm run clean && rollup -c",
1414
"prepare": "cd tests/fixtures && npm install"

0 commit comments

Comments
 (0)