Sha256: 8bfeb3687e031b40b0b3ee1e7de6e585de390542260c041fdd31ba54da889809
Contents?: true
Size: 1.05 KB
Versions: 59
Compression:
Stored size: 1.05 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TasksDashboard rendering render without Props 1`] = ` <Grid bsClass="container" className="tasks-dashboard-grid" componentClass="div" fluid={true} > <TasksTimeRow time="H24" updateTime={[Function]} /> <TasksCardsGrid data={ Object { "paused": Object { "last": 0, "older": 0, }, "running": Object { "last": 0, "older": 0, }, "scheduled": 0, "stopped": Object { "other": 0, "results": Object { "error": Object { "last": 0, "total": 0, }, "success": Object { "last": 0, "total": 0, }, "warning": Object { "last": 0, "total": 0, }, }, }, } } query={Object {}} time="H24" updateQuery={[Function]} /> <TasksLabelsRow query={Object {}} updateQuery={[Function]} /> </Grid> `;
Version data entries
59 entries across 59 versions & 1 rubygems