My Boundary As Much As I Experienced

jest 설치법 본문

FrontEnd/React

jest 설치법

Bumang 2023. 12. 20. 01:00

https://dev.to/hannahadora/jest-testing-with-vite-and-react-typescript-4bap

 

Installing Jest for Testing in Your Vite-React TypeScript Project. A Step-by-Step Guide.

Introduction Application testing is an important aspect of web development. It helps...

dev.to

 

2. in tsconfig

esModuleInterop: true

 

3. cypress 제외 in tsconfig

exclude: []에 추가

 

4. scss나 styled-component를 사용할 시 우회 proxy를 설정