Test Coverage in Jest
In this project, we are working with a utility library. Each file in the library contains three functions, each with a different focus. Like all utility functions, these functions are good at validating inputs and returning an output.
Utility functions are incredibly helpful in keeping our applications DRY, but the best part about them is that they are also incredibly testable by nature. The goal of this project is to analyze the utility functions and write test suites that reach 100% test coverage.
The project is subdivided into the following three groups of tasks: