From acbdb934dfac3e55f6a44a66b54bcc21c897a165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 27 Jun 2022 11:54:29 +0200 Subject: [PATCH] :heavy_minus_sign: Remove `jest` and `ts-jest` --- package.json | 2 -- tsconfig.json | 1 - 2 files changed, 3 deletions(-) diff --git a/package.json b/package.json index 25b2dcb..8458378 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,8 @@ "@typescript-eslint/parser": "^5.29.0", "eslint-plugin-n8n-nodes-base": "^1.0.43", "gulp": "^4.0.2", - "jest": "^26.4.2", "n8n-workflow": "~0.104.0", "prettier": "^2.7.1", - "ts-jest": "^26.3.0", "tslint": "^6.1.2", "typescript": "~4.3.5" }, diff --git a/tsconfig.json b/tsconfig.json index fc72671..9f0cfb1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ ], "types": [ "node", - "jest" ], "module": "commonjs", "noImplicitAny": true,