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

https://github.com/ianchen0119/tdd


https://github.com/ianchen0119/tdd

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# TDD Kata
> 雲原生回家作業

- 使用 TypeScript + Jest 實作
- 每一個 Commit 會完成前一項測試,並新增測試

## References
- [Deno 入門指南](https://ianchen0119.gitbook.io/deno/)
- [程式設計師升級必練內功:TDD Kata](https://ihower.tw/blog/archives/8162)
- [Potter](https://codingdojo.org/kata/Potter/)
- [Jest + TypeScript:建置測試環境](https://titangene.github.io/article/jest-typescript.html)