From: Eduardo San Martin Morote Date: Thu, 26 Sep 2024 12:00:16 +0000 (+0200) Subject: test: toto test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffeat%2Fnuxt-skip-hydrate-in-payload;p=thirdparty%2Fvuejs%2Fpinia.git test: toto test --- diff --git a/packages/nuxt/__tests__/nuxt.spec.ts b/packages/nuxt/__tests__/nuxt.spec.ts index 51f7cf5a..30a74f3a 100644 --- a/packages/nuxt/__tests__/nuxt.spec.ts +++ b/packages/nuxt/__tests__/nuxt.spec.ts @@ -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: + }) })