Skip to content

Commit 4dd1b37

Browse files
meaningless commit
1 parent 3574f08 commit 4dd1b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-react/src/core/__tests__/props-updating.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { NestedComponentMeta } from '../types';
1818

1919
jest.useFakeTimers();
2020
jest.mock('devextreme/core/utils/common', () => ({
21-
__esModule: true, // <----- this __esModule: true is important
21+
__esModule: true, // <---- this __esModule: true is important
2222
...jest.requireActual('devextreme/core/utils/common'),
2323
}));
2424

0 commit comments

Comments
 (0)