rsnext/examples/with-jest-flow/__tests__/__snapshots__/index.test.js.snap
Sam Washburn 70aa2b5821 Merged with-jest and with-flow examples into a new with-jest-flow example. (#7224)
* Merged with-jest and with-flow examples into with-jest-flow.

* Removed semicolons linter was complaining about.
2019-05-08 14:41:34 +02:00

9 lines
164 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`With Snapshot Testing App shows "Hello World" 1`] = `
<section>
<div>
Hello World
</div>
</section>
`;