charts.test.tsx.snap 358 B

1234567891011121314151617181920
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`tryParseSpreadsheet works for numbers with comma in them 1`] = `
  3. Object {
  4. "spreadsheet": Object {
  5. "labels": Array [
  6. "Week 1",
  7. "Week 2",
  8. "Week 3",
  9. ],
  10. "title": "Users",
  11. "values": Array [
  12. 814,
  13. 10301,
  14. 4264,
  15. ],
  16. },
  17. "type": "VALID_SPREADSHEET",
  18. }
  19. `;