Sha256: 74a45d7b057c64aa68cb2cbd79cf89f4c731a1c0a55c2aeeaa85a502c30866c7
Contents?: true
Size: 688 Bytes
Versions: 65
Compression:
Stored size: 688 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TasksTable actions handles openClickedModal 1`] = ` Object { "payload": Object { "clicked": Object { "taskId": "some-id", "taskName": "some-name", }, }, "type": "UPDATE_CLICKED", } `; exports[`TasksTable actions handles openModalAction 1`] = ` Object { "payload": Object { "modalID": "some-modal-id", }, "type": "UPDATE_MODAL", } `; exports[`TasksTable actions should selectPage and succeed 1`] = ` Array [ Array [ Object { "payload": Array [ "some-id", ], "type": "SELECT_ROWS", }, ], Array [ Object { "type": "OPEN_SELECT_ALL", }, ], ] `;
Version data entries
65 entries across 65 versions & 1 rubygems