Skip to content

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

License

Notifications You must be signed in to change notification settings

bereilhp/funKatas

Repository files navigation

funKatas

License: MIT

Playing around and doing some katas with TDD.

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

You can also run a specific test file using makefile with the following command:

make test

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published