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 67546f4 commit 778908bCopy full SHA for 778908b
packages/devextreme-react/src/core/__tests__/props-updating.test.tsx
@@ -18,7 +18,7 @@ import { NestedComponentMeta } from '../types';
18
19
jest.useFakeTimers();
20
jest.mock('devextreme/core/utils/common', () => ({
21
- __esModule: true, // <----- this __esModule: true is important
+ __esModule: true, // <---- this __esModule: true is important
22
...jest.requireActual('devextreme/core/utils/common'),
23
}));
24
0 commit comments