diff --git a/test/README.md b/test/README.md index 5b3cd0175..57312e7ea 100644 --- a/test/README.md +++ b/test/README.md @@ -89,7 +89,7 @@ The `configDefault({}, 'myConfig.yaml)` function is a method that returns a conf > **The generated object will be used for run your test, not for mock the mock server.** -The `app = await endPointAPI(configForTest);` will trigger the mock server that you are about to run your test with as an uplink. The *mock server* has a static storage which is located `test/unit/partials/mock-store`, if you need add new packages, those must be commited in such file. **Any modification in the mock server might affect other test, since is a shared context**. +The `app = await endPointAPI(configForTest);` will trigger the mock server that you are about to run your test with as an uplink. The *mock server* has a static storage which is located `test/unit/partials/mock-store`, if you need add new packages, those must be commited in such folder. **Any modification in the mock server might affect other test, since is a shared context**. The `mockRegistry = await mockServer(mockServerPort).init();` mock registry will be used as `uplink`, this is optional, but the most of the test are using this for increase the number of tested scenarios.