1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

run ava verbosely

This commit is contained in:
Shawn Allen 2017-09-01 17:17:27 -07:00
parent 760005cc2a
commit 5d0a7e0bf2

View File

@ -12,7 +12,7 @@
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"test": "ava test/**/*.spec.js"
"test": "ava -v test/**/*.spec.js"
},
"dependencies": {
"chalk": "^2.1.0",