Remove jest and ts-jest

This commit is contained in:
Iván Ovejero 2022-06-27 11:54:29 +02:00
commit acbdb934df
2 changed files with 0 additions and 3 deletions

View file

@ -44,10 +44,8 @@
"@typescript-eslint/parser": "^5.29.0", "@typescript-eslint/parser": "^5.29.0",
"eslint-plugin-n8n-nodes-base": "^1.0.43", "eslint-plugin-n8n-nodes-base": "^1.0.43",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"jest": "^26.4.2",
"n8n-workflow": "~0.104.0", "n8n-workflow": "~0.104.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"ts-jest": "^26.3.0",
"tslint": "^6.1.2", "tslint": "^6.1.2",
"typescript": "~4.3.5" "typescript": "~4.3.5"
}, },

View file

@ -6,7 +6,6 @@
], ],
"types": [ "types": [
"node", "node",
"jest"
], ],
"module": "commonjs", "module": "commonjs",
"noImplicitAny": true, "noImplicitAny": true,