Skip to content

Commit 961705b

Browse files
authored
Jest config fix (DevExpress#29539)
1 parent 2aaef69 commit 961705b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
transform: {
1919
'\\.[jt]sx?$': ['ts-jest', {
2020
// eslint-disable-next-line spellcheck/spell-checker
21-
tsconfig: './js/__internal/tsconfig.json',
21+
tsconfig: '<rootDir>/js/__internal/tsconfig.json',
2222
diagnostics: false, // set to true to enable type checking
2323
isolatedModules: true, // performance optimization https://kulshekhar.github.io/ts-jest/user/config/isolatedModules
2424
babelConfig: {

0 commit comments

Comments
 (0)