https://github.com/ianchen0119/tdd
https://github.com/ianchen0119/tdd
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ianchen0119/tdd
- Owner: ianchen0119
- Created: 2022-05-07T06:17:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T17:27:55.000Z (over 2 years ago)
- Last Synced: 2024-12-25T15:26:00.565Z (5 months ago)
- Language: HTML
- Size: 14.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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)