Toolkit: rename deprecated tsConfig to tsconfig (#37630)

This commit is contained in:
Zoltán Bedi
2021-08-06 14:04:42 +02:00
committed by GitHub
parent e0ca9585fe
commit 7e42bb5df0
@@ -60,7 +60,7 @@ export const jestConfig = (baseDir: string = process.cwd()) => {
globals: {
'ts-jest': {
isolatedModules: true,
tsConfig: path.resolve(baseDir, 'tsconfig.json'),
tsconfig: path.resolve(baseDir, 'tsconfig.json'),
},
},
coverageReporters: ['json-summary', 'text', 'lcov'],