Currently, tests is mostly done with mocks. This is good, but as a consequence there were plenty of issues that could have been detected by testing directly the code instead of mocking everything.
For example, we should reuse the default config provided by the module, and use it to test them.
Currently, tests is mostly done with mocks. This is good, but as a consequence there were plenty of issues that could have been detected by testing directly the code instead of mocking everything.
For example, we should reuse the default config provided by the module, and use it to test them.