mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`With React Testing Library Snapshot Should match Snapshot 1`] = `
|
||
|
<DocumentFragment>
|
||
|
<div>
|
||
|
<p>
|
||
|
Hello World!
|
||
|
</p>
|
||
|
</div>
|
||
|
</DocumentFragment>
|
||
|
`;
|