-
Notifications
You must be signed in to change notification settings - Fork 200
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
224cdc5
commit c1e87ff
Showing
43 changed files
with
1,399 additions
and
1,386 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
packages/s2-core/__tests__/bugs/__snapshots__/issue-446-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,13 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`export should export correct data with show seriesNumber 1`] = ` | ||
"序号 col0 col1 col2 | ||
1 col0-0 col1-0 col2-0 | ||
2 col0-1 col1-1 col2-1" | ||
`; | ||
|
||
exports[`export should export correct data without show seriesNumber 1`] = ` | ||
"col0 col1 col2 | ||
col0-0 col1-0 col2-0 | ||
col0-1 col1-1 col2-1" | ||
`; |
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
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
Oops, something went wrong.