From 406e7a367ecd335ec4610ecfa5c531fb78d49c78 Mon Sep 17 00:00:00 2001 From: tmgrask Date: Wed, 25 Sep 2024 11:18:17 -0400 Subject: [PATCH] Note mock differences in README --- src/inproxy/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/inproxy/README.md b/src/inproxy/README.md index 71958f2..b008312 100644 --- a/src/inproxy/README.md +++ b/src/inproxy/README.md @@ -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