Skip to content

Commit

Permalink
run tests in nested directories as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz-io committed Oct 18, 2022
1 parent c04c7ba commit d0e819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit d0e819b

Please sign in to comment.