Skip to content

testing

Davide Miceli edited this page Nov 15, 2018 · 1 revision

Tests

The package is written using the TDD method.

Unit tests are inside the folder /test, included test coverage through nyc.

To run all unit tests, type:

npm test
Clone this wiki locally