Skip to content

Commit

Permalink
test: 修复单测
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Nov 14, 2024
1 parent 7af4c0c commit 672e639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/s2-core/__tests__/util/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export const createFakeSpreadSheet = (config?: {
s2.getTotalsConfig = jest.fn();
s2.getLayoutWidthType = jest.fn();
s2.measureTextWidth = jest.fn();
s2.measureTextWidthRoughly = jest.fn();
s2.isFrozenRowHeader = jest.fn();
s2.getSeriesNumberText = jest.fn(() => getDefaultSeriesNumberText());
s2.theme = getTheme({
Expand Down

0 comments on commit 672e639

Please sign in to comment.