hyperformula
hyperformula copied to clipboard
Separate unit tests from e2e tests
Description
The automatic tests that we have are of 2 types: e2e tests that uses the public API only and the low-level unit tests for all the "internal" classes. They should be kept in separate directories and organized more logically.