]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: reenable test
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 17 May 2023 07:50:50 +0000 (09:50 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 17 May 2023 08:26:48 +0000 (10:26 +0200)
packages/pinia/__tests__/lifespan.spec.ts

index 49ba2a7e0a13ee3f67a0125d4f5ec45ba4cb44bf..fcb25043c159a454f59c968e09d975953eb45baa 100644 (file)
@@ -67,8 +67,7 @@ describe('Store Lifespan', () => {
     expect(getActivePinia()).toBe(pinia)
   })
 
-  // FIXME: what broke?
-  it.skip('state reactivity outlives component life', async () => {
+  it('state reactivity outlives component life', async () => {
     const useStore = defineMyStore()
 
     const inComponentWatch = vi.fn()