You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Activity-test.tsx.snap 563B

123456789101112131415161718192021222324252627282930
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders 1`] = `
  3. <div
  4. className="big-spacer-bottom"
  5. >
  6. <h4>
  7. project_activity.page
  8. </h4>
  9. <withRouter(PreviewGraph)
  10. history={
  11. Object {
  12. "coverage": Array [
  13. Object {
  14. "date": "2017-01-01T00:00:00.000Z",
  15. "value": "73",
  16. },
  17. Object {
  18. "date": "2017-01-02T00:00:00.000Z",
  19. "value": "82",
  20. },
  21. ],
  22. }
  23. }
  24. metrics={Object {}}
  25. project="foo"
  26. renderWhenEmpty={[Function]}
  27. />
  28. </div>
  29. `;