Testing
[]: # ## Unit testing
[]: #
[]: # Unit testing is done using the Jest (opens in a new tab) framework.
[]: #
[]: # ### Running unit tests
[]: #
[]: # Run npm run test
to execute the unit tests via Jest (opens in a new tab).
[]: #
[]: # ### Code coverage
[]: #
[]: # Run npm run test:coverage
to execute the unit tests via Jest (opens in a new tab) and generate code coverage reports.
[]: #
[]: # ### Test coverage reports
[]: #
[]: # The test coverage reports are generated in the coverage
folder.