Fix jest setting

This commit is contained in:
Kyohei Fukuda
2023-01-03 12:48:56 +09:00
parent 20ae05e87e
commit e341c38f99
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
},
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.json"
"tsconfig": "tsconfig.esm.json"
}
},
"testMatch": [

View File

@@ -63,7 +63,7 @@
},
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.json"
"tsconfig": "tsconfig.esm.json"
}
},
"testMatch": [

View File

@@ -85,7 +85,7 @@
},
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.json"
"tsconfig": "tsconfig.esm.json"
}
},
"testMatch": [