Skip to content

Commit

Permalink
test: toto test
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 26, 2024
1 parent eb23ecb commit 4928109
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/nuxt/__tests__/nuxt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ describe('works with nuxt', async () => {
const html = await $fetch('/')
expect(html).toContain('Count: 101')
})

it.todo('drop state that is marked with skipHydrate', async () => {
const html = await $fetch('/skip-hydrate')
// TODO:
})
})

0 comments on commit 4928109

Please sign in to comment.