mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
スライド・動画の埋め込み
This commit is contained in:
parent
f957d76c6a
commit
58293817f2
1 changed files with 26 additions and 4 deletions
|
@ -2,10 +2,32 @@
|
|||
|
||||
## Jest
|
||||
|
||||
- [Jest公式サイト](https://jestjs.io/ja)
|
||||
[Jest公式サイト](https://jestjs.io/ja)
|
||||
|
||||
## テスト駆動開発
|
||||
|
||||
- [和田卓人 (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)
|
||||
- [安井力 (2021)「『テスト自動化とテスト駆動開発』講演動画」](https://www.youtube.com/watch?v=vrbMKbdV6xY)
|
||||
<iframe
|
||||
src="https://www.slideshare.net/slideshow/embed_code/key/GcQ7SzVAQNOpWU"
|
||||
style="
|
||||
width: 595px;
|
||||
height: 485px;
|
||||
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: 560px;
|
||||
height: 315px;
|
||||
border: 0;
|
||||
"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
|
||||
[安井力 (2021)「『テスト自動化とテスト駆動開発』講演動画」](https://www.youtube.com/watch?v=vrbMKbdV6xY)
|
||||
|
|
Loading…
Add table
Reference in a new issue