diff --git a/package.json b/package.json index fd77f47..68bc560 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,12 @@ "require": [ "@babel/polyfill", "@babel/register" - ] + ], + "files": [ + "test/src/**/*" + ], + "timeout": "1m", + "concurrency": 8 }, "babel": { "presets": [ @@ -27,7 +32,7 @@ "@aureooms/js-array": "4.0.0", "@aureooms/js-functools": "2.0.3", "@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", @@ -68,7 +73,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" } }