-
Notifications
You must be signed in to change notification settings - Fork 196
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
JuZe
committed
Oct 15, 2023
1 parent
9cb75d0
commit b28553f
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
packages/s2-core/__tests__/unit/utils/__snapshots__/sort-action-spec.tsx.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,20 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`GetSortByMeasureValues Total Fallback Tests should sort by col total whit group 1`] = ` | ||
Array [ | ||
Object { | ||
"$$extra$$": "price", | ||
"$$value$$": "666", | ||
"city": "杭州", | ||
"price": "666", | ||
"type": "笔", | ||
}, | ||
Object { | ||
"$$extra$$": "price", | ||
"$$value$$": "999", | ||
"city": "杭州", | ||
"price": "999", | ||
"type": "纸张", | ||
}, | ||
] | ||
`; |