aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/tests/__snapshots__/charts.test.tsx.snap
blob: 868e27e84293603ec7484aacb0c6cb4878fdd1ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`tryParseSpreadsheet > works for numbers with comma in them 1`] = `
{
  "spreadsheet": {
    "labels": [
      "Week 1",
      "Week 2",
      "Week 3",
    ],
    "title": "Users",
    "values": [
      814,
      10301,
      4264,
    ],
  },
  "type": "VALID_SPREADSHEET",
}
`;