mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-06-24 06:53:05 +03:00
* Replace styled-components with Emotion in ui * react-dock * Remainder * Fix * Format * Update snapshots * Create bright-sheep-joke.md
39 lines
486 B
Plaintext
39 lines
486 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Toolbar renders correctly 1`] = `
|
|
<div
|
|
class="css-1vb2bz"
|
|
>
|
|
<div
|
|
class="css-jg680o"
|
|
>
|
|
<button
|
|
class="css-g2zi5"
|
|
>
|
|
1
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="css-t7c7u"
|
|
/>
|
|
<div
|
|
class="css-w6gvpm"
|
|
/>
|
|
<div
|
|
class="css-jg680o"
|
|
>
|
|
<button
|
|
class="css-g2zi5"
|
|
>
|
|
2
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Toolbar renders with props 1`] = `
|
|
<div
|
|
class="css-1wu4lza"
|
|
/>
|
|
`;
|