Skip to content

languantan/js_coding_katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple setup for coding katas using js and mocha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published