redux-devtools/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap
2025-09-01 11:37:44 -04:00

14 lines
199 B
Plaintext

// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Button renders correctly 1`] = `
<div
class="css-jg680o"
>
<button
class="css-g2zi5"
>
Text
</button>
</div>
`;