Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 271 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 271 Bytes

MijnNS Katas

Unit tests

Run the unit test with this command:

npm run test

Coverage of unit tests

You can check the code coverage and view the html results by running this command:

npm run test:coverage && open coverage/index.html