redux-devtools/packages/redux-devtools-ui/tests/__snapshots__/Editor.test.tsx.snap

20 lines
335 B
Plaintext
Raw Normal View History

2019-01-03 16:00:55 +03:00
// 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>
2019-01-03 16:00:55 +03:00
<div
className="sc-jrQzAO bvXojw"
2019-01-03 16:00:55 +03:00
/>
</styled.div>
</Editor>
`;