From: Eduardo San Martin Morote Date: Mon, 3 May 2021 09:43:13 +0000 (+0200) Subject: test: coverage X-Git-Tag: v0.4.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a10c4066589e2107ccb89870500ebd1c3ed7d90f;p=thirdparty%2Fvuejs%2Fpinia.git test: coverage --- diff --git a/src/store.ts b/src/store.ts index 3c877896..d72f91ce 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() return [ storeWithState,