mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 23:20:46 +03:00
* stash * and those * stash * stash * stash * stash * tests * fix errors * revert * stash * fix lint * prettier
21 lines
359 B
Plaintext
21 lines
359 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"
|
|
onChange={[Function]}
|
|
readOnly={false}
|
|
value="var a = 1;"
|
|
>
|
|
<styled.div>
|
|
<div
|
|
className="sc-fzoLsD fnGkfM"
|
|
/>
|
|
</styled.div>
|
|
</Editor>
|
|
`;
|