update(ts-jest): update `ts-config` configuratin for 6.27 (#318)
This removes warnings about deprecated configuration option:
```text
tsConfig` is depecrated and will be removed in ts-jest 27
```
8fec6816e1
Thanks!
This commit is contained in:
Родитель
0fa156791f
Коммит
51b7b21a3a
|
@ -497,7 +497,7 @@ Jest's configuration lives in `jest.config.js`, so let's open it up and add the
|
|||
module.exports = {
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
tsConfigFile: 'tsconfig.json'
|
||||
tsconfigFile: 'tsconfig.json'
|
||||
}
|
||||
},
|
||||
moduleFileExtensions: [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
tsConfig: "tsconfig.json"
|
||||
tsconfig: "tsconfig.json"
|
||||
}
|
||||
},
|
||||
moduleFileExtensions: [
|
||||
|
|
Загрузка…
Ссылка в новой задаче