112 lines
2.6 KiB
Plaintext
112 lines
2.6 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Inbox renders correctly 1`] = `
|
|
ShallowWrapper {
|
|
"length": 1,
|
|
Symbol(enzyme.__root__): [Circular],
|
|
Symbol(enzyme.__unrendered__): <HashRouter>
|
|
<Unknown
|
|
title="Inbox"
|
|
/>
|
|
</HashRouter>,
|
|
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": <Unknown
|
|
title="Inbox"
|
|
/>,
|
|
"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": <Unknown
|
|
title="Inbox"
|
|
/>,
|
|
"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,
|
|
},
|
|
},
|
|
},
|
|
}
|
|
`;
|