ava: remove -s

This commit is contained in:
Pooya Parsa 2018-03-17 13:32:42 +03:30
parent e652d40f55
commit 986c545627

View File

@ -45,7 +45,7 @@
]
},
"scripts": {
"test": "npm run lint && nyc ava --fail-fast -v -s -T 60000 test/ -- && nyc report --reporter=html",
"test": "npm run lint && nyc ava --fail-fast -v -T 60000 test/ -- && nyc report --reporter=html",
"test-appveyor": "yarn test",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",