refactor: 🔥 Add ts-jest preset, remove manual transformation

This commit is contained in:
Tobias Steckenborn
2021-07-12 15:32:32 +02:00
committed by Christian Georgi
parent a89ec34f7c
commit 87dd356204

View File

@@ -1,8 +1,5 @@
module.exports = {
testEnvironment: 'node',
transform: {
"\\.ts$": "ts-jest"
},
preset: "ts-jest",
globals: {
"ts-jest": {
diagnostics: {