Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
markallenramirez committed Sep 11, 2023
1 parent dd3ee99 commit 04bee3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { DateHeaderCell } from '../../../../base/header_panel/date_header/cell';
jest.mock('../../../../../../../utils/getThemeType', () => ({
__esModule: true,
...jest.requireActual('../../../../../../../utils/getThemeType'),
default: jest.fn(() => ({ isMaterial: true })),
default: jest.fn(() => ({ isMaterialBased: true })),
}));

const isHorizontalGroupingApplied = jest.spyOn(utilsModule, 'isHorizontalGroupingApplied');
Expand Down

0 comments on commit 04bee3e

Please sign in to comment.