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 bf2198f commit de1a316
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 @@ -27,7 +31,7 @@
},
"devDependencies": {
"@aureooms/js-itertools": "3.4.0",
"ava": "0.25.0",
"ava": "3.8.1",
"babel-cli": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-latest": "6.24.1",
Expand Down Expand Up @@ -63,7 +67,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 de1a316

Please sign in to comment.