Skip to content

Commit a1fc04d

Browse files
🔍 test: Upgrade ava.
1 parent dea3f5c commit a1fc04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/polyfill": "7.8.7",
1414
"@babel/preset-env": "7.9.6",
1515
"@babel/register": "7.9.0",
16-
"ava": "3.7.0",
16+
"ava": "3.8.2",
1717
"coveralls": "3.0.11",
1818
"esdoc": "1.1.0",
1919
"esdoc-inject-script-plugin": "1.0.0",
@@ -24,7 +24,7 @@
2424
},
2525
"scripts": {
2626
"build": "./node_modules/.bin/aureooms-node-package-build",
27-
"test": "./node_modules/.bin/aureooms-node-package-test",
27+
"test": "ava",
2828
"esdoc": "esdoc"
2929
},
3030
"repository": {

0 commit comments

Comments
 (0)