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