victorfsf / jest-enzyme-examples

Examples for the talk and blogposts about React tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest & Enzyme Examples

Run npm install to install dependencies, then run npm run start to start the server and npm run test to run the tests. If you want to update the snapshots without raising errors, run npm run test -- -u.

About

Examples for the talk and blogposts about React tests

License:MIT License


Languages

Language:JavaScript 97.5%Language:CSS 1.9%Language:HTML 0.6%