diff --git a/.travis.yml b/.travis.yml index 4c12b200..1940a4ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ jobs: include: - stage: test node_js: - - 12.15.0 - 13.8.0 script: - npm run cover diff --git a/package.json b/package.json index 35b8be07..214c9de6 100644 --- a/package.json +++ b/package.json @@ -24,20 +24,19 @@ ], "license": "BSD-2-Clause", "scripts": { - "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", + "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme src/decode-json.mjs --section=API", "lint": "documentation lint src/decode-json.mjs", - "test": "ava" + "test": "ava && ava --timeout 2m" }, "dependencies": { "@kronos-integration/interceptor": "^8.1.0" }, "devDependencies": { "@kronos-integration/test-interceptor": "^7.0.0", - "ava": "^2.4.0", + "ava": "^3.3.0", "c8": "^7.1.0", "documentation": "^12.1.4", - "esm": "^3.2.25", "semantic-release": "^17.0.2" }, "engines": { @@ -51,19 +50,6 @@ "url": "https://github.com/Kronos-Integration/interceptor-decode-json/issues" }, "homepage": "https://github.com/Kronos-Integration/interceptor-decode-json#readme", - "ava": { - "files": [ - "tests/*-test.mjs" - ], - "require": [ - "esm" - ], - "babel": false, - "compileEnhancements": false, - "extensions": [ - "mjs" - ] - }, "template": { "repository": { "url": "https://github.com/arlac77/npm-package-template-kronos-module.git"