Could you provide some unit tests?
Closed this issue · 0 comments
yuichkun commented
Hi,
Currently the test.js
file contains several tests that depends on the precedent tests, but it would be helpful if we also have divided unit tests that we can quickly run during development, to check the behavior of a module.
It's important that you have an integration test, so leave the test.js
as-is, and maybe add some separated test files for each module with desirable mocks for them.