diff --git a/package.json b/package.json index 680ef687..313a4b25 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ ], "license": "BSD-2-Clause", "scripts": { + "test": "ava --timeout 2m", "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/loglevel-mixin.mjs --section=API", - "lint": "documentation lint src/loglevel-mixin.mjs", - "test": "ava --timeout 2m" + "lint": "documentation lint src/loglevel-mixin.mjs" }, "devDependencies": { "ava": "^3.3.0",