Sha256: 705e7670fc4415569be4a1fd81fa69d32799f8baf2762b95131a1ca1e3439fea
Contents?: true
Size: 600 Bytes
Versions: 22
Compression:
Stored size: 600 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`HostObfuscationSwitcher actions should handleToggle 1`] = ` Array [ Array [ Object { "payload": Object { "hostObfuscationEnabled": true, }, "type": "HOST_OBFUSCATION_TOGGLE", }, ], ] `; exports[`HostObfuscationSwitcher 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