refactor: 🔥 Add ts-jest preset, remove manual transformation
This commit is contained in:
committed by
Christian Georgi
parent
a89ec34f7c
commit
87dd356204
@@ -1,8 +1,5 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
transform: {
|
||||
"\\.ts$": "ts-jest"
|
||||
},
|
||||
preset: "ts-jest",
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
diagnostics: {
|
||||
|
||||
Reference in New Issue
Block a user