https://github.com/2circumflex/practical-front-end-test-1-course
실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트 강의 실습
https://github.com/2circumflex/practical-front-end-test-1-course
course inflearn jest react react-testing- test vitest
Last synced: 3 months ago
JSON representation
실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트 강의 실습
- Host: GitHub
- URL: https://github.com/2circumflex/practical-front-end-test-1-course
- Owner: 2circumflex
- Created: 2024-06-12T07:42:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T14:19:57.000Z (about 2 years ago)
- Last Synced: 2024-06-26T18:48:15.177Z (about 2 years ago)
- Topics: course, inflearn, jest, react, react-testing-, test, vitest
- Language: JavaScript
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트 강의 실습
## 설명
[실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트](https://inf.run/rVcLN) 강의 실습
## 강의 자료
- [실무에 바로 적용하는 프런트엔드 테스트 쇼핑몰 예제 저장소](https://github.com/practical-fe-testing/test-example-shopping-mall)
- [PDF 자료](https://drive.google.com/drive/folders/1rfqMh5gnJDVM4KMbibaFYDkkWJ6khwuv?usp=drive_link)
## 커리큘럼
| 섹션 | |
| ---- | -------------------------------------------------------- |
| 00 | 강의 소개 |
| 01 | [프런트엔드 테스트 작성 준비하기](./section-1/README.md) |
| 02 | [단위 테스트란?](./section-2/README.md) |
| 03 | [단위 테스트 작성하기](./section-3/README.md) |
| 04 | [통합 테스트란?](./section-4/README.md) |
| 05 | [통합 테스트 작성하기](./section-5/README.md) |