-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47a34d4
commit 552cecd
Showing
3 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
packages/s2-core/__tests__/spreadsheet/__snapshots__/spread-sheet-resize-spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SpreadSheet Resize Active Tests should render correctly layout when tree row width is invalid number 1`] = ` | ||
Array [ | ||
Object { | ||
"height": 30, | ||
"id": "root[&]浙江", | ||
"width": 120, | ||
}, | ||
Object { | ||
"height": 30, | ||
"id": "root[&]浙江[&]义乌", | ||
"width": 120, | ||
}, | ||
Object { | ||
"height": 30, | ||
"id": "root[&]浙江[&]杭州", | ||
"width": 120, | ||
}, | ||
] | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters