Skip to content

bereilhp/funKatas

Repository files navigation

funKatas

License: MIT

Playing around and doing some katas with Test Driven Development.

To get started

Run the following command inside the funKatas folder:

npm install

To run the tests for ALL the fileName.test.js files run the following command:

npm test

To run the tests for a specific file run the following command:

npm test -- fileName.test.js

An example of the command above could be:

npm test -- messi.test.js

Make Commands

You can also use 'make' commands:

Run a specific test file:

make test

Generate documentation using JSDoc:

make doc

Open the generated documentation in your browser:

make openDoc

About

This repository contains Hands on Test Driven Development Katas using Node.js.

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors