diff --git a/package.json b/package.json index 983e3eb..da48153 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "build": "tsc", "build:watch": "tsc --watch", "prepare": "npm run build", - "test": "node --test --import tsx/esm test/**/*.test.ts", + "test": "tsx --test", "test:build": "npm run build && node --test dist/test/**/*.test.js", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm test" @@ -85,4 +85,4 @@ "signing", "canonicalization" ] -} +} \ No newline at end of file