Skip to content
Jiin Kim edited this page May 24, 2023 · 6 revisions

항상 작업 시작 전에 git pull origin main 명령어를 입력해주세요!

Branching Convention
git checkout -b issue-[ISSUE_NUMBER]/[DESCRIPTION]

PR 만드는 법 https://docs.google.com/document/d/14jhONeJAKqX62bp1xEUsrKOoiixm2z6RZ494ZmT_e_8/edit?usp=sharing

Useful Resources

Jest 모듈 모킹
https://www.daleseo.com/jest-mock-modules/

Jest-When
https://www.npmjs.com/package/jest-when

Naming your unit tests: Given/When/Then
https://markus.oberlehner.net/blog/naming-your-unit-tests-it-should-vs-given-when-then/

React-Testing-Library Documentation
https://testing-library.com/docs/

React-Testing-Library User-Events
https://testing-library.com/docs/ecosystem-user-event/#selectoptionselement-values-options

Clone this wiki locally