mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
20 lines
358 B
Text
20 lines
358 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`tryParseSpreadsheet works for numbers with comma in them 1`] = `
|
|
Object {
|
|
"spreadsheet": Object {
|
|
"labels": Array [
|
|
"Week 1",
|
|
"Week 2",
|
|
"Week 3",
|
|
],
|
|
"title": "Users",
|
|
"values": Array [
|
|
814,
|
|
10301,
|
|
4264,
|
|
],
|
|
},
|
|
"type": "VALID_SPREADSHEET",
|
|
}
|
|
`;
|