반응형
공식 문서
Jest CLI Options · Jest (jestjs.io)
Jest CLI Options · Jest
The jest command line runner has a number of useful options. You can run jest --help to view all available options. Many of the options shown below can also be used together to run tests exactly the way you want. Every one of Jest's Configuration options c
jestjs.io
package.json 파일 설정 수정
명령어 추가
"test:unit:silent": "jest --watchAll --silent",
반응형
'프론트엔드 > 단위 테스트' 카테고리의 다른 글
movie 스토어 테스트 (0) | 2022.02.02 |
---|---|
Movie 컴포넌트 테스트 (0) | 2022.02.01 |
Search 컴포넌트 테스트 (0) | 2022.01.31 |
Header 컴포넌트 테스트, url 테스트 (0) | 2022.01.27 |
mount vs shallowMount (0) | 2022.01.24 |