npm install -g mocha
if you haven't alreadynpm install
for other local dependencies- create branch for each new kata/technique
- reverse to master to start new one
- Edit fut.js or function under test to export your test function
- Update test/test.js to add test cases for your function
- yarn test to see your test pass