Skip to content

Commit

Permalink
🔍 test: Upgrade ava.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 28, 2020
1 parent dda5541 commit 2775342
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"require": [
"@babel/polyfill",
"@babel/register"
]
],
"files": [
"test/src/**/*"
],
"timeout": "1m"
},
"babel": {
"presets": [
Expand All @@ -31,7 +35,7 @@
"devDependencies": {
"@aureooms/js-compare": "^1.4.5",
"@aureooms/js-itertools": "^3.1.0",
"ava": "^0.19.1",
"ava": "^3.8.1",
"babel-cli": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-latest": "^6.16.0",
Expand Down Expand Up @@ -74,7 +78,7 @@
"build": "rm -rf lib && babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"prepublish": "npm run build",
"test": "ava ./test/src",
"test": "ava",
"esdoc": "esdoc"
}
}

0 comments on commit 2775342

Please sign in to comment.