Skip to content

Commit

Permalink
Remove outdated mention of “memos below”.
Browse files Browse the repository at this point in the history
This comment previously discussed earlier Scenario initialization logic, which was invalidated around the time the logic was moved here.
  • Loading branch information
eyelidlessness committed May 16, 2024
1 parent 0a454d9 commit afce3a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/scenario/src/client/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ const fetchResourceStub: typeof fetch = () => {
* expansion of the JavaRosa test suite to _also_ test reactivity. In local
* testing during the migration to the new client interface, no additional
* changes were necessary to make that change. For now this non-reactive factory
* is supplied as a validation that reactivity is in fact optional (despite the
* fact that we're kind of observing the internal reactivity with a couple of
* memos below).
* is supplied as a validation that reactivity is in fact optional.
*/
const nonReactiveIdentityStateFactory = <T extends object>(value: T): T => value;

Expand Down

0 comments on commit afce3a9

Please sign in to comment.