Skip to content

Commit

Permalink
chore: comment in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 17, 2023
1 parent cc84805 commit c24d945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/testing/src/restoreGetters.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { Store, StateTree, _ExtractGettersFromSetupStore_Keys } from 'pinia'

// TODO: more testing, document and release

export function restoreGetter<G>(
store: Store<string, StateTree, G, any>,
getter: keyof G
Expand Down

0 comments on commit c24d945

Please sign in to comment.