Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 396 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 396 Bytes

How to use

  1. npm install -g mocha if you haven't already
  2. npm install for other local dependencies
  3. create branch for each new kata/technique
  4. reverse to master to start new one

Writing the Kata

  • 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