serial tests

This commit is contained in:
Sébastien Chopin 2016-12-20 21:12:35 +01:00
parent 117fa7ef3a
commit 1798cc004b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"nuxt": "./bin/nuxt"
},
"scripts": {
"test": "nyc ava test/",
"test": "nyc ava --serial test/",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "eslint --ext .js,.vue bin lib pages test/*.js --ignore-pattern lib/app",
"build": "webpack",