Update to serial tests

This commit is contained in:
Sébastien Chopin 2016-12-20 20:47:34 +01:00
parent a03b13c2c1
commit b5e24023a0
1 changed files with 1 additions and 1 deletions

View File

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