Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/demongodyy/codo-kata

code-kata for TDD
https://github.com/demongodyy/codo-kata

Last synced: 14 days ago
JSON representation

code-kata for TDD

Awesome Lists containing this project

README

        

# Codo kata
practise for tdd

## run
```
npm install
npm run test
npm run test-w
```

## branch(kata) list
- [Two anagram for string](https://github.com/demongodYY/codo-kata/tree/Anagram)
- [Anagrams](https://github.com/demongodYY/codo-kata/tree/Anagrams2)
- [FizzBuzz](https://github.com/demongodYY/codo-kata/tree/fizzbuzz)
- [Args](https://github.com/demongodYY/codo-kata/tree/args)