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 Sep 20, 2020
1 parent 985be30 commit 12c5a8f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"require": [
"regenerator-runtime/runtime",
"@babel/register"
]
],
"files": [
"test/src/**/*"
],
"timeout": "1m"
},
"babel": {
"presets": [
Expand Down Expand Up @@ -80,7 +84,7 @@
"@aureooms/js-itertools": "^3.1.1",
"@aureooms/js-random": "^2.0.0",
"@aureooms/js-search": "^0.0.4",
"ava": "^0.19.1",
"ava": "^3.12.1",
"babel-cli": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.22.0",
Expand Down Expand Up @@ -121,7 +125,8 @@
"build": "babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"prepublish": "npm run build",
"test": "ava ./test/src",
"esdoc": "esdoc"
"test": "ava",
"esdoc": "esdoc",
"lint": "true"
}
}

0 comments on commit 12c5a8f

Please sign in to comment.