Move testing to ava (#182)

This commit is contained in:
Kevin Mårtensson 2017-07-23 22:17:33 +02:00 committed by Sindre Sorhus
parent e8d28f3041
commit 4c4eb1fd0a
10 changed files with 371 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": "*"