4. Testing Library
ํค์๋
Jest
Describe-Context-It ํจํด
React Testing Library
Jest
์๋ฐ์คํฌ๋ฆฝํธ ํ ์คํ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
๊ธฐ์กด์ ์๋ฐ์คํฌ๋ฆฝํธ ํ ์คํธ๋ฅผ ์ํด์๋ Mocha๋ Jasmin์ Test Runner๋ก ์ฌ์ฉํ๊ณ , Chai๋ Expect์ ๊ฐ์ Test Matcher๋ฅผ ์ฌ์ฉํ๊ณ , Sinon๊ณผ Testdouble ๊ฐ์ Test Mock ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ ํ์ํ์ง๋ง Jest๋ ํ๋์ ๋ผ์ด๋ธ๋ฌ๋ฆฌ์์ ๋ชจ๋ ๊ฒ์ ์ ๊ณต
Descibe - Context - It
https://johngrib.github.io/wiki/junit5-nested/
Describe : ํ ์คํธ ๋์ ์ค๋ช
Context : ํ ์คํธ ๋์์ด ๋์ธ ์ํฉ ์ค๋ช
with ๋๋ when์ผ๋ก ์์
It : ํ ์คํธ ๋์์ ํ๋ ์ค๋ช
Describe - Context - It ํจํด์ ์ฅ์
ํ ์คํธ ์ฝ๋๋ฅผ ๊ณ์ธต ๊ตฌ์กฐ๋ก ๋ง๋ค์ด ์ค
ํ ์คํธ ์ฝ๋๋ฅผ ์ถ๊ฐํ๊ฑฐ๋ ์ฝ์๋ ์ค์ฝํ ๋ฒ์๋ง ์ ๊ฒฝ์ฐ๋ฉด ๋จ
๋น ๋จ๋ฆฐ ํ ์คํธ ์ฝ๋๋ฅผ ์ฐพ๊ธฐ ์ฌ์
main.test.ts
React Testing Library
ํ ์คํธ๋ฅผ ๋ ๋๋ง ํ ๋ React ์ปดํฌ๋ํธ์ ์ธ์คํด์ค๊ฐ ์๋ ์ค์ DOM ๋ ธ๋๋ฅผ ์ฌ์ฉ
CRA์ ๋ด์ฅ๋์ด ์์
UI ํ ์คํธ์ ํนํ๋์ด์์
Last updated