diff --git a/package.json b/package.json index 4d89c56..fadeb83 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "npx eslint src", "format-check": "npx prettier --check src", "format-write": "npx prettier --write src", - "test": "node --import tsx --test **/*.test.ts" + "test": "find . -type f -name '*.test.ts' | xargs node --import tsx --test" }, "repository": { "type": "git",