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,