객체지향 생활체조 원칙

단위 테스트

의식적인 연습과 학습테스트

React Tdd

npx create-react-app my-app --template typescript
npm i -D @testing-library/jest-dom @testing-library/react @types/jest babel-jest ts-jest
"scripts": {
    ...
    "test": "jest",
    ...
  },