redux-devtools/packages/devui/tests/__snapshots__/Editor.test.js.snap
Nathan Bierema afc6478815
chore(*): upgrade styled-components (#575)
* styled-components

* Update snapshots
2020-08-09 00:15:49 -04:00

20 lines
334 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-fzpans kykpM"
/>
</styled.div>
</Editor>
`;