Skip to content

Commit 0099412

Browse files
chore: add verbose flag to test script
1 parent a7f1a89 commit 0099412

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 --fail-fast -- no-rollup-warnings",
11+
"test": "ava tests/*.test.js --verbose --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)