Skip to content

Commit

Permalink
test: 增加分组汇总时按汇总排序单测
Browse files Browse the repository at this point in the history
  • Loading branch information
JuZe committed Oct 15, 2023
1 parent 9cb75d0 commit b28553f
Showing 1 changed file with 20 additions and 0 deletions.
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": "纸张",
},
]
`;

0 comments on commit b28553f

Please sign in to comment.