From 02be826c08721a27ff9422cbf393238686f7da1c Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Fri, 21 Jun 2024 09:35:28 +1200 Subject: [PATCH] refactor: Explicitly run each test script As per . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6364b6b40..248d4df04 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "scripts": { "build": "tsc", "lint": "npx eslint . --ignore-path .gitignore", - "test": "node --test" + "test": "node --test 'build/**/*.test.js'" }, "publishConfig": { "access": "restricted"