You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
Test cases in this libraries are all packed into one big test/index.js file. This makes it hard to work with the tests.
Tests should be broken to separate files analog to the module structure in the src folder to make it easier to work on specific functionality and have an overview on functionality coverage.
Would be nice to have this for continued work on #228, no strict precondition though (of course).
The text was updated successfully, but these errors were encountered:
Test cases in this libraries are all packed into one big
test/index.js
file. This makes it hard to work with the tests.Tests should be broken to separate files analog to the module structure in the src folder to make it easier to work on specific functionality and have an overview on functionality coverage.
Would be nice to have this for continued work on #228, no strict precondition though (of course).
The text was updated successfully, but these errors were encountered: