Skip to content

Commit

Permalink
test: table-facet测试异常
Browse files Browse the repository at this point in the history
  • Loading branch information
沫君 committed Dec 20, 2022
1 parent 7474d27 commit 6b2452c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/s2-core/__tests__/unit/facet/table-facet-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jest.mock('@/data-set/table-data-set', () => {
getDimensionValues: jest.fn(),
getDisplayDataSet: jest.fn(() => data),
getCellData: () => 1,
getFieldFormatter: jest.fn(),
};
}),
};
Expand Down

0 comments on commit 6b2452c

Please sign in to comment.