Sha256: e0e5c4d21e16922d26e976a663b4c9b89c1a9045adad55c624fe08957c5869c6
Contents?: true
Size: 785 Bytes
Versions: 77
Compression:
Stored size: 785 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ForemanTasksRoutes should create routes 1`] = ` Object { "indexTasks": Object { "exact": true, "path": "/foreman_tasks/tasks", "render": [Function], "renderResult": <TasksIndexPage history={Object {}} some="props" />, }, "showTask": Object { "path": "/foreman_tasks/ex_tasks/:id", "render": [Function], "renderResult": <ShowTask history={Object {}} some="props" />, }, "subTasks": Object { "exact": true, "path": "/foreman_tasks/tasks/:id/sub_tasks", "render": [Function], "renderResult": <SubTasksPage history={Object {}} match={ Object { "params": Object {}, } } some="props" />, }, } `;
Version data entries
77 entries across 77 versions & 1 rubygems