Skip to content

Commit

Permalink
test: 更新单测描述
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Jan 22, 2024
1 parent 01be44b commit 96ffa9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('SpreadSheet Hidden Columns Tests', () => {
});

// https://github.com/antvis/S2/issues/2495
test('should overwrite latest hidden columns detail', () => {
test('should reset latest hidden columns detail when hiddenColumnFields changed', () => {
const hiddenColumns = ['province', 'city'];
const sheet = new TableSheet(getContainer(), mockTableDataConfig, {
...s2Options,
Expand Down

0 comments on commit 96ffa9f

Please sign in to comment.