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 = {
|
module.exports = {
|
||||||
testEnvironment: 'node',
|
preset: "ts-jest",
|
||||||
transform: {
|
|
||||||
"\\.ts$": "ts-jest"
|
|
||||||
},
|
|
||||||
globals: {
|
globals: {
|
||||||
"ts-jest": {
|
"ts-jest": {
|
||||||
diagnostics: {
|
diagnostics: {
|
||||||
|
|||||||
Reference in New Issue
Block a user