rsnext/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

13 lines
217 B
Text

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