redux-devtools/packages/devui/tests/__snapshots__/Editor.test.js.snap
Nathan Bierema 9be6641d68
chore(devui): upgrade react-select (#628)
* upgrade react-select

* changes

* work

* stash

* Fix

* fix test
2020-09-04 00:10: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>
`;