mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
25005d158b
* Fix tests * Follow linting rules
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`With Snapshot Testing App shows "Hello world!" 1`] = `
|
|
<div
|
|
className="jsx-2982525546"
|
|
>
|
|
<p
|
|
className="jsx-2982525546"
|
|
>
|
|
Hello World!
|
|
</p>
|
|
</div>
|
|
`
|