From fbca63edd100fa81f7bd47fd6c8ffb9ceefaac58 Mon Sep 17 00:00:00 2001 From: James Cook Date: Sun, 12 Dec 2021 14:36:47 +0000 Subject: [PATCH] chore: remove jest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",