Removing ts-jest complexity

-> keeping our CI/CD pipelines fast and simple
This commit is contained in:
Daniel
2022-09-01 11:02:12 +02:00
parent a0d5355f7d
commit 18f9f6c3f8
4 changed files with 231 additions and 6665 deletions

View File

@@ -12,23 +12,8 @@
"devDependencies": {
"@types/jest": "*",
"@types/node": "*",
"ts-jest": "^27.0.2",
"typescript": "^4.3.5"
},
"jest": {
"testEnvironment": "node",
"preset": "ts-jest",
"globals": {
"ts-jest": {
"diagnostics": {
"_comment": "see https://githubmemory.com/repo/kulshekhar/ts-jest/issues/2722",
"ignoreCodes": [
151001
]
}
}
}
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {