Skip to content

mdrazyk/PPPPP_TDD_Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPPPP_TDD_Kata

Boilerplate for training TDD in javascript

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

In your project folder run command

npm install

or if you wants to use Yarn

yarn install

Running the tests

npm test

or

yarn test

You can also run your test with --watch tag to run them continuously

Code formatting

npm run eslint

or

yarn eslint

About

Boilerplate for training TDD in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published