File size: 161 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SetUp.Test diff of React 18 & React 17 1`] = `
NodeList [
<div>
bamboo
little
</div>,
<div />,
]
`;
|
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SetUp.Test diff of React 18 & React 17 1`] = `
NodeList [
<div>
bamboo
little
</div>,
<div />,
]
`;
|