Skip to content

jorsh/TDDBoilerPlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDDBoilerPlate

A simple TDD Boilerplate with BABEL and TAPE

All your tests should be named as *.test.js inside the test/ folder and follow the same folder structure as lib/.

Clone the repo:

git clone git@github.com:AlgusDark/TDDBoilerPlate.git your-kata

Install dependencies:

npm install

Run the tests:

npm test

You can check here for the TAPE methods

About

A simple TDD Boilerplate with BABEL and TAPE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors