From d0e819ba6050c7a372cb58af87a20b5fd0a374a9 Mon Sep 17 00:00:00 2001 From: nanohertz Date: Tue, 18 Oct 2022 08:35:38 +0300 Subject: [PATCH] run tests in nested directories as well --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",