// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Inbox renders correctly 1`] = ` ShallowWrapper { "length": 1, Symbol(enzyme.__root__): [Circular], Symbol(enzyme.__unrendered__): , Symbol(enzyme.__renderer__): Object { "batchedUpdates": [Function], "getNode": [Function], "render": [Function], "simulateEvent": [Function], "unmount": [Function], }, Symbol(enzyme.__node__): Object { "instance": null, "key": undefined, "nodeType": "class", "props": Object { "children": , "history": Object { "action": "POP", "block": [Function], "createHref": [Function], "go": [Function], "goBack": [Function], "goForward": [Function], "length": 1, "listen": [Function], "location": Object { "hash": "", "pathname": "/", "search": "", "state": undefined, }, "push": [Function], "replace": [Function], }, }, "ref": null, "rendered": Object { "instance": null, "key": undefined, "nodeType": "function", "props": Object { "title": "Inbox", }, "ref": null, "rendered": null, "type": [Function], }, "type": [Function], }, Symbol(enzyme.__nodes__): Array [ Object { "instance": null, "key": undefined, "nodeType": "class", "props": Object { "children": , "history": Object { "action": "POP", "block": [Function], "createHref": [Function], "go": [Function], "goBack": [Function], "goForward": [Function], "length": 1, "listen": [Function], "location": Object { "hash": "", "pathname": "/", "search": "", "state": undefined, }, "push": [Function], "replace": [Function], }, }, "ref": null, "rendered": Object { "instance": null, "key": undefined, "nodeType": "function", "props": Object { "title": "Inbox", }, "ref": null, "rendered": null, "type": [Function], }, "type": [Function], }, ], Symbol(enzyme.__options__): Object { "adapter": ReactSixteenAdapter { "options": Object { "enableComponentDidUpdateOnSetState": true, }, }, }, } `;