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 27, 2020
1 parent 1669591 commit dafa87f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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 @@ -30,7 +34,7 @@
"@aureooms/js-itertools": "^3.3.0",
"@aureooms/js-random": "^2.0.0",
"@aureooms/js-sort": "^7.0.0",
"ava": "^0.19.1",
"ava": "^3.8.1",
"babel-cli": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.4.0",
Expand All @@ -46,8 +50,7 @@
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
"esdoc-standard-plugin": "1.0.0",
"np": "6.2.1",
"xo": "0.29.1"
"np": "6.2.1"
},
"homepage": "https://aureooms.github.io/js-permutation",
"keywords": [
Expand All @@ -67,7 +70,7 @@
"build": "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 dafa87f

Please sign in to comment.