This repository contains Hands on Test Driven Development Katas - implemented using JavaScript
Download or Clone the the project, navigate to the project folder in your Node console, and run
npm install
npm test `
To get the advantage of .ts
file to generate .js
files, run the following command
npm run compile
The above command will generate two files of extensions .js
and .js.map
in out
folder. If you're adding/creating new .ts
file(s), make sure you've added an entry in tsconfig.json
file before executing above command.
Want to contribute? Make a pull request (PR) to develop branch. Do not make any PR to Master branch.
Lookig for implementation in your technology? There are more flavors of the repository:
- TDD Katas in .NET Core
- TDD Katas in Java
- TDD Katas in JavaScript - Current repository
- TDD Katas in Python
- TDD Katas in PHP
MIT License, refer: License info for more information.