데브허브 | DEVHUB | Vitest의 매처 함수로 결과 매칭하기효과적으로 결과값을 매칭하도록 도와주는 Vitest의 매처 함수에 대해서 알아보겠습니다.
관련 포스팅: https://www.daleseo.com/vitest-expect/
💡 더 많은 테스트 관련 강의? 💡
• 달레의 테스팅
목차:
0:00 소개
0:24 검증 (Assertion)
2:56 toBe()
7:26 toEqual()
9:38 toMatchObject(), toHaveProperty()
12:10 toHaveLength(), toContain()
14:40 toMatch()
16:04 toBeUndefined(), toBeNull()
19:36 toBeTruthy(), toBeFalsy()
21:12 toBeTypeOf(), toBeInstanceOf()
22:48 toThrowError()
25:33 매처 함수의 필요성
28:25 정리
#js #vite #test #vitest
#테스트