From: Eduardo San Martin Morote Date: Tue, 17 Oct 2023 14:02:42 +0000 (+0200) Subject: chore: coverage fix X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30e1d14807d10623096174ef24a9040f5cf51172;p=thirdparty%2Fvuejs%2Fpinia.git chore: coverage fix --- diff --git a/packages/pinia/src/store.ts b/packages/pinia/src/store.ts index 588ba907..d9a36d97 100644 --- a/packages/pinia/src/store.ts +++ b/packages/pinia/src/store.ts @@ -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