1
0
mirror of synced 2026-02-03 18:01:02 -05:00

Update jest config for a deprecated option (#1687)

(meta)
This commit is contained in:
t.kuriyama
2021-01-10 05:51:22 +09:00
committed by GitHub
parent dcb5edc72c
commit c0a392ac4e
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ module.exports = {
globals: {
"ts-jest": {
tsConfig: "test/tsconfig.json",
tsconfig: "test/tsconfig.json",
isolatedModules: true,
},
},

View File

@@ -20,7 +20,7 @@ module.exports = {
globals: {
"ts-jest": {
tsConfig: "test/tsconfig.json",
tsconfig: "test/tsconfig.json",
},
},
}

View File

@@ -18,7 +18,7 @@ module.exports = {
globals: {
"ts-jest": {
tsConfig: "test/tsconfig.json",
tsconfig: "test/tsconfig.json",
isolatedModules: true,
},
},

View File

@@ -18,7 +18,7 @@ module.exports = {
globals: {
"ts-jest": {
tsConfig: "test/tsconfig.json",
tsconfig: "test/tsconfig.json",
},
},
}