]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: toto test feat/nuxt-skip-hydrate-in-payload
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 26 Sep 2024 12:00:16 +0000 (14:00 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 26 Sep 2024 12:00:16 +0000 (14:00 +0200)
packages/nuxt/__tests__/nuxt.spec.ts

index 51f7cf5a832b0f4a8e6606260273d6fa80b96488..30a74f3a77baf772b6eee062a920a9c883b36574 100644 (file)
@@ -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:
+  })
 })