Skip to content

Commit

Permalink
test: 单测修复
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo committed Oct 28, 2024
1 parent 7db8523 commit ada22e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/s2-core/__tests__/spreadsheet/custom-grid-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ describe('SpreadSheet Custom Grid Tests', () => {
});

afterEach(() => {
// s2.destroy();
s2.destroy();
});

test('should enable valueInCols', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,14 +363,14 @@ exports[`Tree Table Core Data Process should copy all data in tree mode 1`] = `
`;

exports[`Tree Table Core Data Process should copy all data in tree mode for custom row cell 1`] = `
"家具 家具
桌子 椅子
- -
- -
13 11
2 8
- -
- -"
"家具 家具 家具 总计
桌子 椅子 小计
- - - -
- - - -
13 11 - -
2 8 - -
- - - -
- - - -"
`;

exports[`Tree Table Core Data Process should copy all data in tree mode with format 1`] = `
Expand Down

0 comments on commit ada22e0

Please sign in to comment.