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-kataInstall dependencies:
npm installRun the tests:
npm testYou can check here for the TAPE methods