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 24, 2020
1 parent 26c8f98 commit b28c425
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"require": [
"@babel/polyfill",
"@babel/register"
]
],
"files": [
"test/src/**/*"
],
"timeout": "1m",
"concurrency": 8
},
"babel": {
"presets": [
Expand All @@ -27,7 +32,7 @@
"@aureooms/js-array": "^4.0.0",
"@aureooms/js-functools": "^2.0.3",
"@aureooms/js-itertools": "^3.1.1",
"ava": "^0.19.1",
"ava": "^3.7.1",
"babel-cli": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-latest": "^6.16.0",
Expand All @@ -43,8 +48,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": "http://aureooms.github.io/js-cardinality/",
"keywords": [
Expand All @@ -65,7 +69,7 @@
"build": "babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"prepublish": "npm run build",
"test": "ava ./test/src --concurrency 8",
"test": "ava",
"esdoc": "esdoc"
}
}

0 comments on commit b28c425

Please sign in to comment.