mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
34 lines
861 B
Markdown
34 lines
861 B
Markdown
# 参考文献・動画
|
|
|
|
## Jest
|
|
|
|
[Jest公式サイト](https://jestjs.io/ja)
|
|
|
|
## テスト駆動開発
|
|
|
|
<iframe
|
|
src="https://www.slideshare.net/slideshow/embed_code/key/GcQ7SzVAQNOpWU"
|
|
style="
|
|
max-width: 595px;
|
|
width: 100%;
|
|
aspect-ratio: 595 / 485;
|
|
border: 0;
|
|
"
|
|
allow="fullscreen"
|
|
></iframe>
|
|
|
|
[和田卓人 (2010)「TDD のこころ」](https://www.slideshare.net/t_wada/the-spirit-of-tdd)
|
|
|
|
[和田卓人 (2020)「TDD Boot Camp 2020 Online #1 基調講演/ライブコーディング」](https://www.youtube.com/watch?v=Q-FJ3XmFlT8)
|
|
|
|
<iframe
|
|
src="https://www.youtube-nocookie.com/embed/vrbMKbdV6xY"
|
|
style="
|
|
width: 100%;
|
|
aspect-ratio: 560 / 315;
|
|
border: 0;
|
|
"
|
|
allowfullscreen
|
|
></iframe>
|
|
|
|
[安井力 (2021)「『テスト自動化とテスト駆動開発』講演動画」](https://www.youtube.com/watch?v=vrbMKbdV6xY)
|