Skip to main content

Tests

The project contains several test suites. You can run them with the following commands:

npm install
npm run test:e2e

You can even run some coverage reports using npm run test:e2e:cov.

note

More tests will be added in the future.
Objective 100% coverage 😎