https://github.com/samuraikun/react_tdd
https://github.com/samuraikun/react_tdd
enzyme jest practice react tdd
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/react_tdd
- Owner: samuraikun
- Created: 2018-10-13T04:58:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T10:32:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T12:12:57.336Z (9 months ago)
- Topics: enzyme, jest, practice, react, tdd
- Language: JavaScript
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React TDD
## Goal
- Understand React Component test by Jest & Enzyme## Use
- Jest v23.6.0
- Enzyme v3.7.0## TDD step
1. create test
2. check fail(RED)
3. implementation
4. pass test(GREEN)## Sample App Content
- Simple Donation App
- Wallet App