]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove old todo
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 22 Sep 2020 10:00:13 +0000 (12:00 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 22 Sep 2020 10:00:13 +0000 (12:00 +0200)
__tests__/getters.spec.ts

index 3ef37374c8ee892a54df78efb866a69a8f5f91e9..4b337a88aa13f8d0576cbb8bb1012540f73812e6 100644 (file)
@@ -19,9 +19,6 @@ describe('Getters', () => {
         composed() {
           return this.upperCaseName + ': ok'
         },
-        // TODO: I can't figure out how to pass `this` as an argument. Not sure
-        // it is possible in this specific scenario
-        // upperCaseNameArrow: store => store.name,
       },
     })()
   }