diff --git a/package.json b/package.json index 2d3b866..dd13e77 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prepublish": "not-in-publish || npm run prepublishOnly", "lint": "eslint --ext=js,mjs .", "pretest": "npm run lint", - "tests-only": "nyc tape test/*.js", + "tests-only": "nyc tape test/*.js test/**/*.js", "test": "npm run tests-only", "posttest": "aud --production", "version": "auto-changelog && git add CHANGELOG.md",