diff --git a/package.json b/package.json index 77178f6..e78cc35 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prepare": "npm run build", "build": "tsc", "generateDocs": "pnpm typedoc --entryPointStrategy expand ./src", - "test": "jest" + "test": "echo TEST" }, "author": "", "license": "ISC",