Skip to content

Commit

Permalink
test: add useHead to fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 3, 2023
1 parent 25f235d commit 6d4bb42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/fixtures/nuxt-vitest/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@

<script setup>
await new Promise(resolve => setTimeout(resolve, 1))
useHead({
title: 'My App'
})
</script>

0 comments on commit 6d4bb42

Please sign in to comment.