We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aaef69 commit 961705bCopy full SHA for 961705b
packages/devextreme/jest.config.js
@@ -18,7 +18,7 @@ module.exports = {
18
transform: {
19
'\\.[jt]sx?$': ['ts-jest', {
20
// eslint-disable-next-line spellcheck/spell-checker
21
- tsconfig: './js/__internal/tsconfig.json',
+ tsconfig: '<rootDir>/js/__internal/tsconfig.json',
22
diagnostics: false, // set to true to enable type checking
23
isolatedModules: true, // performance optimization https://kulshekhar.github.io/ts-jest/user/config/isolatedModules
24
babelConfig: {
0 commit comments