/TDDBoilerPlate

A simple TDD Boilerplate with BABEL and TAPE

Primary LanguageJavaScriptMIT LicenseMIT

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