Skip to content

Commit 7698864

Browse files
committed
chore: set --verbose to ava script
1 parent a260cd0 commit 7698864

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919
"utils"
2020
],
2121
"scripts": {
22-
"test": "ava"
22+
"test": "ava --verbose"
2323
},
2424
"dependencies": {
2525
"cac": "^6.5.2",
2626
"cross-spawn": "^6.0.5",
2727
"kleur": "^3.0.3",
2828
"mri": "^1.1.4",
29-
"multimatch": "^4.0.0"
29+
"multimatch": "^4.0.0",
30+
"ora": "^3.4.0"
3031
},
3132
"devDependencies": {
3233
"ava": "^2.1.0",

0 commit comments

Comments
 (0)