1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-jest/__tests__/__snapshots__/index.test.js.snap
Brice BERNARD 25005d158b [with-jest] Fix tests (#3395)
* Fix tests

* Follow linting rules
2017-12-05 10:43:30 -08:00

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>
`