Skip to content

Commit 0fcc6e5

Browse files
committed
chore(update ava):
1 parent c1a1865 commit 0fcc6e5

File tree

2 files changed

+71
-78
lines changed

2 files changed

+71
-78
lines changed

package-lock.json

Lines changed: 69 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"scripts": {
1212
"lint": "eslint --ext=js,html src tests examples",
1313
"test": "npm run lint",
14-
"coverage": "cross-env NODE_ENV=test nyc mocha test/index.js",
15-
"unit": "cross-env NODE_ENV=test nyc ava test/*.js",
14+
"unit": "nyc ava test/*.js",
1615
"dev": "npm run unit -- -w",
1716
"prepublishOnly": "npm run build"
1817
},
@@ -39,7 +38,7 @@
3938
"firebase": "^4.5.0"
4039
},
4140
"devDependencies": {
42-
"ava": "^0.22.0",
41+
"ava": "^0.23.0",
4342
"babel-plugin-istanbul": "^4.1.5",
4443
"babel-preset-env": "^1.6.0",
4544
"babel-register": "^6.26.0",

0 commit comments

Comments
 (0)