]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: coverage fix
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Oct 2023 14:02:42 +0000 (16:02 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Oct 2023 14:02:42 +0000 (16:02 +0200)
packages/pinia/src/store.ts

index 588ba907c43e432ec250554e0d321d11f339b417..d9a36d9715a3468f7bf61743e0b10790c856c9fe 100644 (file)
@@ -182,7 +182,7 @@ function createOptionsStore<
             const store = pinia._s.get(id)!
 
             // allow cross using stores
-            /* istanbul ignore next */
+            /* istanbul ignore if */
             if (isVue2 && !store._r) return
 
             // @ts-expect-error