From: Eduardo San Martin Morote Date: Thu, 29 Apr 2021 14:22:47 +0000 (+0200) Subject: chore: coverage X-Git-Tag: v2.0.0-alpha.14~21 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff8073f601a19c491685e1cd6ed8d75d3c1471bd;p=thirdparty%2Fvuejs%2Fpinia.git chore: coverage --- diff --git a/src/store.ts b/src/store.ts index 02584087..196f03c4 100644 --- a/src/store.ts +++ b/src/store.ts @@ -180,7 +180,10 @@ function initStore( $reset, } as StoreWithState - const injectionSymbol = __DEV__ ? Symbol(`PiniaStore(${$id})`) : Symbol() + const injectionSymbol = __DEV__ + ? Symbol(`PiniaStore(${$id})`) + : /* istanbul ignore next */ + Symbol() // avoid warnings with injections not found if (pinia._a) {