forked from orbit-oss/chalk
Move testing to ava (#182)
This commit is contained in:
parent
e8d28f3041
commit
4c4eb1fd0a
10 changed files with 371 additions and 356 deletions
|
|
@ -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": "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue