Nuxt/examples/jest-vtu-example/components/Btn/__snapshots__/Btn.spec.js.snap

8 lines
116 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Btn renders properly 1`] = `
<button>
click me!
</button>
`;