This commit is contained in:
Pooya Parsa 2018-03-17 21:50:15 +03:30
parent 56bcd609fd
commit 1dce37fde9
2 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@ test_script:
- npm --version - npm --version
- yarn --version - yarn --version
# run tests # run tests
- yarn test-appveyor - yarn test
# Don't actually build. # Don't actually build.
build: off build: off

View File

@ -45,8 +45,7 @@
] ]
}, },
"scripts": { "scripts": {
"test": "npm run lint && nyc ava --fail-fast -v -T 60000 test/ -- && nyc report --reporter=html", "test": "npm run lint && nyc ava -v test -- && nyc report --reporter=html",
"test-appveyor": "yarn 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/* build/ lib/ test/ examples/", "lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",
"precommit": "npm run lint", "precommit": "npm run lint",