From: Eduardo San Martin Morote Date: Tue, 22 Sep 2020 10:00:13 +0000 (+0200) Subject: chore: remove old todo X-Git-Tag: v2.0.0-alpha.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcb430ee01f228597df8605fa96fa563827a9400;p=thirdparty%2Fvuejs%2Fpinia.git chore: remove old todo --- diff --git a/__tests__/getters.spec.ts b/__tests__/getters.spec.ts index 3ef37374..4b337a88 100644 --- a/__tests__/getters.spec.ts +++ b/__tests__/getters.spec.ts @@ -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, }, })() }