Although we're at 100% coverage for this repository, there are a lot of functions that we don't test internally, e.g. in utils.ts. As long as we have good derivation tests, we're unlikely to be able to make serious mistakes in any of those files, but we should still write dedicated tests for these files if for no other purpose than fearless refactoring.
Although we're at 100% coverage for this repository, there are a lot of functions that we don't test internally, e.g. in
utils.ts
. As long as we have good derivation tests, we're unlikely to be able to make serious mistakes in any of those files, but we should still write dedicated tests for these files if for no other purpose than fearless refactoring.