Skip to content

MacMannes/katas

Repository files navigation

Katas

This project is made as part of a course I'm taking at NS. We practice TDD using 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published