|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`App Component App matches it's empty snapshot 1`] = `<div />`; |
| 4 | + |
| 5 | +exports[`App Component shallow renders 1`] = ` |
| 6 | +ShallowWrapper { |
| 7 | + "complexSelector": ComplexSelector { |
| 8 | + "buildPredicate": [Function], |
| 9 | + "childrenOfNode": [Function], |
| 10 | + "findWhereUnwrapped": [Function], |
| 11 | + }, |
| 12 | + "length": 1, |
| 13 | + "node": <div />, |
| 14 | + "nodes": Array [ |
| 15 | + <div />, |
| 16 | + ], |
| 17 | + "options": Object {}, |
| 18 | + "renderer": ReactShallowRenderer { |
| 19 | + "_instance": ShallowComponentWrapper { |
| 20 | + "_calledComponentWillUnmount": false, |
| 21 | + "_compositeType": 2, |
| 22 | + "_context": Object {}, |
| 23 | + "_currentElement": <App />, |
| 24 | + "_debugID": 3, |
| 25 | + "_hostContainerInfo": null, |
| 26 | + "_hostParent": null, |
| 27 | + "_instance": StatelessComponent { |
| 28 | + "_reactInternalInstance": [Circular], |
| 29 | + "context": Object {}, |
| 30 | + "props": Object {}, |
| 31 | + "refs": Object {}, |
| 32 | + "state": null, |
| 33 | + "updater": Object { |
| 34 | + "enqueueCallback": [Function], |
| 35 | + "enqueueCallbackInternal": [Function], |
| 36 | + "enqueueElementInternal": [Function], |
| 37 | + "enqueueForceUpdate": [Function], |
| 38 | + "enqueueReplaceState": [Function], |
| 39 | + "enqueueSetState": [Function], |
| 40 | + "isMounted": [Function], |
| 41 | + "validateCallback": [Function], |
| 42 | + }, |
| 43 | + }, |
| 44 | + "_mountOrder": 1, |
| 45 | + "_pendingCallbacks": null, |
| 46 | + "_pendingElement": null, |
| 47 | + "_pendingForceUpdate": false, |
| 48 | + "_pendingReplaceState": false, |
| 49 | + "_pendingStateQueue": null, |
| 50 | + "_renderedComponent": NoopInternalComponent { |
| 51 | + "_currentElement": <div />, |
| 52 | + "_debugID": 4, |
| 53 | + "_renderedOutput": <div />, |
| 54 | + }, |
| 55 | + "_renderedNodeType": 0, |
| 56 | + "_rootNodeID": 0, |
| 57 | + "_topLevelWrapper": null, |
| 58 | + "_updateBatchNumber": null, |
| 59 | + "_warnedAboutRefsInRender": false, |
| 60 | + }, |
| 61 | + "getRenderOutput": [Function], |
| 62 | + "render": [Function], |
| 63 | + }, |
| 64 | + "root": [Circular], |
| 65 | + "unrendered": <App />, |
| 66 | +} |
| 67 | +`; |
0 commit comments