mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 21:26:44 +03:00
22 lines
364 B
Plaintext
22 lines
364 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
|
||
|
innerRef={[Function]}
|
||
|
>
|
||
|
<div
|
||
|
className="sc-gZMcBi eROHUl"
|
||
|
/>
|
||
|
</styled.div>
|
||
|
</Editor>
|
||
|
`;
|