| 1234567891011121314151617181920 |
- // 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",
- }
- `;
|