mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
20 lines
335 B
Plaintext
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-jrAFXE eSKznJ"
|
|
/>
|
|
</styled.div>
|
|
</Editor>
|
|
`;
|