An open API service indexing awesome lists of open source software.

https://github.com/samuraikun/react_tdd


https://github.com/samuraikun/react_tdd

enzyme jest practice react tdd

Last synced: 7 months ago
JSON representation

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