Currently the tests use the example configuration. That configuration connects to a remote endpoint. We should not have to rely on the availability of such endpoints to test our code. Therefore, we should have a specific test configuration (in the __tests folder) that uses local files only.
Currently the tests use the example configuration. That configuration connects to a remote endpoint. We should not have to rely on the availability of such endpoints to test our code. Therefore, we should have a specific test configuration (in the
__tests
folder) that uses local files only.