diff --git a/package.json b/package.json index b695fe3..df39641 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "type": "module", "scripts": { - "test": "tsx --test", + "test": "tsx --test ./**/*.test.ts", "build": "tsx ./build.ts", "build:check": "tsx ./build.ts --check", "typecheck": "tsc --noEmit",