Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/demongodyy/codo-kata
- Owner: demongodYY
- Created: 2019-04-15T09:06:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T08:50:11.000Z (about 5 years ago)
- Last Synced: 2024-10-15T19:20:51.155Z (24 days ago)
- Language: JavaScript
- Size: 882 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)