Move testing to ava

Fixes #181.
This commit is contained in:
Kevin Martensson 2017-07-23 17:24:08 +02:00
parent 5cdd9eddf8
commit 3a98f71594
9 changed files with 402 additions and 356 deletions

View file

@ -8,7 +8,7 @@
"node": ">=4"
},
"scripts": {
"test": "xo && nyc mocha",
"test": "xo && nyc ava",
"bench": "matcha benchmark.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
@ -45,11 +45,11 @@
"supports-color": "^4.0.0"
},
"devDependencies": {
"ava": "*",
"coveralls": "^2.11.2",
"execa": "^0.7.0",
"import-fresh": "^2.0.0",
"matcha": "^0.7.0",
"mocha": "*",
"nyc": "^11.0.2",
"resolve-from": "^3.0.0",
"xo": "*"