]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove unused statement
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 2 May 2021 13:26:21 +0000 (15:26 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Sun, 2 May 2021 15:45:55 +0000 (17:45 +0200)
__tests__/storePlugins.spec.ts

index d93f354ec31dbedbacad1a73e84bb156c4672958..ef75b81e3534f43ce05ea1682c9b5df52ce54b7a 100644 (file)
@@ -17,8 +17,6 @@ describe('store plugins', () => {
   const useStore = defineStore({
     id: 'test',
 
-    state: () => ({ n: 0 }),
-
     actions: {
       incrementN() {
         return this.n++