TDD Playground meant to teach students about TDD best practice.
test
runs all tests oncetest:watch
runs all tests and keeps the watch mode [includes further options]
A few coding katas, including:
- a simple multiplication function (nice warm up!);
- a function to get the sum of all numbers in a given array
- the classic 3 big Fs of a coding interview:
- factorial
- Fibonacci
- fizzbuzz