Newer
Older
vueDummy / src / test / __snapshots__ / HelloWorld.test.ts.snap
@Benoit Donneaux Benoit Donneaux on 15 Jul 2022 798 bytes FIXUP vitest
// Vitest Snapshot v1

exports[`mount component 1`] = `
"<h1 data-v-e17ea971=\\"\\"></h1>
<div class=\\"card\\" data-v-e17ea971=\\"\\"><button type=\\"button\\" data-v-e17ea971=\\"\\">count is 0</button>
  <p data-v-e17ea971=\\"\\"> Edit <code data-v-e17ea971=\\"\\">components/HelloWorld.vue</code> to test HMR </p>
</div>
<p data-v-e17ea971=\\"\\"> Check out <a href=\\"https://vuejs.org/guide/quick-start.html#local\\" target=\\"_blank\\" data-v-e17ea971=\\"\\">create-vue</a>, the official Vue + Vite starter </p>
<p data-v-e17ea971=\\"\\"> Install <a href=\\"https://github.com/johnsoncodehk/volar\\" target=\\"_blank\\" data-v-e17ea971=\\"\\">Volar</a> in your IDE for a better DX </p>
<p class=\\"read-the-docs\\" data-v-e17ea971=\\"\\">Click on the Vite and Vue logos to learn more</p>"
`;