]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: coverage nuxt
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 8 Apr 2021 09:12:56 +0000 (11:12 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 8 Apr 2021 12:55:28 +0000 (14:55 +0200)
src/plugin.ts

index a95e70962cc1893b39524537d369fce065337adf..c9f68a8ee169379b116fc7bb47dbefa481d0bfb0 100644 (file)
@@ -44,6 +44,7 @@ export const PiniaPlugin: PluginFunction<void> = function (_Vue) {
 
         // propagate the pinia instance in an SSR friendly way
         // avoid adding it to nuxt twice
+        /* istanbul ignore else */
         if (!this.$pinia) {
           this.$pinia = options.pinia
         }