Skip to content

Commit

Permalink
Note mock differences in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmgrask committed Sep 25, 2024
1 parent a38bb14 commit 406e7a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/inproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,8 @@ the module available in `mockModule.ts`. To use this, replace the import in the

The mock simulates inproxy activity and emits events like the real module, but
without actual users connecting to an InProxy (and without running any native
code).
code). The mock does have some different behaviours:

- The data generation process resets on app reload, since the underlying data
generating process is not being persisted anywhere.
- The mock module does not invoke any notifications

0 comments on commit 406e7a3

Please sign in to comment.