TDD란 Test Driven Development의 약자로 '테스트 주도 개발'이라고 한다. 반복 테스트를 이용한 소프트웨어 방법론으로, 작은 단위의 테스트 케이스를 작성하고 이를 통과하는 코드를 추가하는 단계를 반복하여 구현한다.
npx create-react-app .
npm run test
No tests found related to files changed since last commit.
Press `a` to run all tests, or run Jest with `--watchAll`.
Watch Usage
› Press a to run all tests.
› Press f to run only failed tests.
› Press q to quit watch mode.
› Press p to filter by a filename regex pattern.
› Press t to filter by a test name regex pattern.
› Press Enter to trigger a test run.
https://tailwindcss.com/docs/guides/create-react-app
TDD는 벌거벗은 임금님의 투명옷인가? (1) - TDD는 죽었다. 테스트여 영원하라! https://www.moreagile.net/2014/05/IsTDDdead1.html
"TDD는 죽었다" - Rails를 만든 DHH의 글
https://sangwook.github.io/2014/04/25/tdd-is-dead-long-live-testing.html
React - snippets 단축키사용 'rafce'
https://devbirdfeet.tistory.com/41