# 参考文献・動画

## Node.js

- [Node.js 公式ドキュメント](https://nodejs.org/api/test.html)

## テスト駆動開発

<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)