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 83a592a commit c4caff8
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 @@ -28,7 +32,7 @@
"@aureooms/js-itertools": "^3.0.0",
"@aureooms/js-measure": "^1.0.3",
"@aureooms/js-predicate": "^2.0.2",
"ava": "^0.19.0",
"ava": "^3.7.1",
"babel-cli": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-latest": "^6.16.0",
Expand All @@ -44,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-persistent",
"keywords": [
Expand All @@ -65,7 +68,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 c4caff8

Please sign in to comment.