redux-devtools/packages/devui/tests/__snapshots__/Editor.test.tsx.snap
Nathan Bierema 89c8d7759e
chore(*): upgrade dependencies (#744)
* Upgrade

* yarn.lock

* Combine

* Ignore

* Update snapshots

* All the cool kids are doing this
2021-06-18 21:47:26 -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-jrsJWt bGGtuw"
/>
</styled.div>
</Editor>
`;