Sha256: a04fc0119130de19129d4b362b6124548b836b29a9b90f21c2abe41cf386e358
Contents?: true
Size: 518 Bytes
Versions: 64
Compression:
Stored size: 518 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ConfirmModalReducer reducer should handle UPDATE_MODAL to cancel 1`] = ` Object { "actionState": "stopped", "actionText": "cancel", "actionType": "cancelConfirmModal", } `; exports[`ConfirmModalReducer reducer should handle UPDATE_MODAL to resume 1`] = ` Object { "actionState": "running", "actionText": "resume", "actionType": "resumeSelectedConfirmModal", } `; exports[`ConfirmModalReducer reducer should return the initial state 1`] = `Object {}`;
Version data entries
64 entries across 64 versions & 1 rubygems