Files
001code-html--cocos/scratch-gui/test/unit/components/__snapshots__/button.test.jsx.snap
2026-09-07 09:55:36 +08:00

14 lines
205 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ButtonComponent matches snapshot 1`] = `
<span
className=""
onClick={[Function]}
role="button"
>
<div
className={undefined}
/>
</span>
`;