|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`App should render correctly 1`] = ` |
| 4 | +ShallowWrapper { |
| 5 | + Symbol(enzyme.__root__): [Circular], |
| 6 | + Symbol(enzyme.__unrendered__): <App />, |
| 7 | + Symbol(enzyme.__renderer__): Object { |
| 8 | + "batchedUpdates": [Function], |
| 9 | + "getNode": [Function], |
| 10 | + "render": [Function], |
| 11 | + "simulateError": [Function], |
| 12 | + "simulateEvent": [Function], |
| 13 | + "unmount": [Function], |
| 14 | + }, |
| 15 | + Symbol(enzyme.__node__): Object { |
| 16 | + "instance": null, |
| 17 | + "key": undefined, |
| 18 | + "nodeType": "host", |
| 19 | + "props": Object { |
| 20 | + "children": <Calculator />, |
| 21 | + "className": "app-container", |
| 22 | + }, |
| 23 | + "ref": null, |
| 24 | + "rendered": Object { |
| 25 | + "instance": null, |
| 26 | + "key": undefined, |
| 27 | + "nodeType": "class", |
| 28 | + "props": Object {}, |
| 29 | + "ref": null, |
| 30 | + "rendered": null, |
| 31 | + "type": [Function], |
| 32 | + }, |
| 33 | + "type": "div", |
| 34 | + }, |
| 35 | + Symbol(enzyme.__nodes__): Array [ |
| 36 | + Object { |
| 37 | + "instance": null, |
| 38 | + "key": undefined, |
| 39 | + "nodeType": "host", |
| 40 | + "props": Object { |
| 41 | + "children": <Calculator />, |
| 42 | + "className": "app-container", |
| 43 | + }, |
| 44 | + "ref": null, |
| 45 | + "rendered": Object { |
| 46 | + "instance": null, |
| 47 | + "key": undefined, |
| 48 | + "nodeType": "class", |
| 49 | + "props": Object {}, |
| 50 | + "ref": null, |
| 51 | + "rendered": null, |
| 52 | + "type": [Function], |
| 53 | + }, |
| 54 | + "type": "div", |
| 55 | + }, |
| 56 | + ], |
| 57 | + Symbol(enzyme.__options__): Object { |
| 58 | + "adapter": ReactSixteenAdapter { |
| 59 | + "options": Object { |
| 60 | + "enableComponentDidUpdateOnSetState": true, |
| 61 | + "lifecycles": Object { |
| 62 | + "componentDidUpdate": Object { |
| 63 | + "onSetState": true, |
| 64 | + }, |
| 65 | + "getDerivedStateFromProps": true, |
| 66 | + "getSnapshotBeforeUpdate": true, |
| 67 | + "setState": Object { |
| 68 | + "skipsComponentDidUpdateOnNullish": true, |
| 69 | + }, |
| 70 | + }, |
| 71 | + }, |
| 72 | + }, |
| 73 | + }, |
| 74 | +} |
| 75 | +`; |
0 commit comments