redux-devtools/packages/devui/tests/__snapshots__/Editor.test.tsx.snap
Nathan Bierema d49535da03
feature(redux-devtools-test-generator): convert to TypeScript (#634)
* stash

* stash

* compiles

* Tests

* finish

* fix packages

* somemore

* update snapshot
2020-09-13 00:02:24 -04:00

20 lines
335 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Editor renders correctly 1`] = `
<Editor
autofocus={false}
foldGutter={true}
lineNumbers={true}
lineWrapping={false}
mode="javascript"
readOnly={false}
value="var a = 1;"
>
<styled.div>
<div
className="sc-fzoLsD fnGkfM"
/>
</styled.div>
</Editor>
`;