Sha256: e3323e29141d46b5b36cb06ad9f4df6e65eb1a86d3ab2fd70c42308e7072731b
Contents?: true
Size: 592 Bytes
Versions: 8
Compression:
Stored size: 592 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PausedTasksCard render with minimal props 1`] = ` <TasksDonutCard className="" data={ Object { "last": 0, "older": 0, } } query={Object {}} time="H24" title="Paused" updateQuery={[Function]} wantedQueryState="paused" /> `; exports[`PausedTasksCard render with some props 1`] = ` <TasksDonutCard className="" data={ Object { "last": 0, "older": 0, } } query={Object {}} some="prop" time="H24" title="Paused" updateQuery={[Function]} wantedQueryState="paused" /> `;
Version data entries
8 entries across 8 versions & 1 rubygems