Sha256: cd687970a25d0ec33d48a32b1c8efb45088927c823b2089b4dba4e320d08842c
Contents?: true
Size: 580 Bytes
Versions: 22
Compression:
Stored size: 580 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AutoUploadSwitcher actions should handleToggle 1`] = ` Array [ Array [ Object { "payload": Object { "autoUploadEnabled": true, }, "type": "AUTO_UPLOAD_TOGGLE", }, ], ] `; exports[`AutoUploadSwitcher actions should handleToggle with error 1`] = ` Array [ Array [ Object { "payload": Object { "message": Object { "message": "Network error!", "sticky": true, "type": "error", }, }, "type": "TOASTS_ADD", }, ], ] `;
Version data entries
22 entries across 22 versions & 1 rubygems