]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: alright
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 31 May 2022 09:19:30 +0000 (11:19 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 31 May 2022 09:19:30 +0000 (11:19 +0200)
packages/pinia/__tests__/state.spec.ts

index 4fa2d26bdc18684625b2e0c1ab1af472c3a0af1d..9addaceb57399e401c452b5f6c22e27dd1fd33d2 100644 (file)
@@ -364,7 +364,7 @@ describe('State', () => {
     })
 
     // TODO: should warn of nested skipHydrate() calls
-    it.todo('hydrates custom nested refs setup', async () => {
+    it.skip('hydrates custom nested refs setup', async () => {
       const pinia = createPinia()
       pinia.state.value.main = { a: { myCustom: 24 } }