From: Eduardo San Martin Morote Date: Sun, 2 May 2021 13:26:21 +0000 (+0200) Subject: chore: remove unused statement X-Git-Tag: v2.0.0-alpha.14~13 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=07f4d5877f811d1d71ec104252ae37170d37d9bf;p=thirdparty%2Fvuejs%2Fpinia.git chore: remove unused statement --- diff --git a/__tests__/storePlugins.spec.ts b/__tests__/storePlugins.spec.ts index d93f354e..ef75b81e 100644 --- a/__tests__/storePlugins.spec.ts +++ b/__tests__/storePlugins.spec.ts @@ -17,8 +17,6 @@ describe('store plugins', () => { const useStore = defineStore({ id: 'test', - state: () => ({ n: 0 }), - actions: { incrementN() { return this.n++