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

https://github.com/adriantoine/ava-jsx-test-helpers-demo

Example project with React + jsx-test-helpers + AVA
https://github.com/adriantoine/ava-jsx-test-helpers-demo

Last synced: 6 months ago
JSON representation

Example project with React + jsx-test-helpers + AVA

Awesome Lists containing this project

README

          

Sample project showing [AVA](https://github.com/sindresorhus/ava) unit tests for [React](https://facebook.github.io/react/) components using [`jsx-test-helpers`](https://github.com/MoOx/jsx-test-helpers).

## Install and try

- Clone this repository
- Run `npm it`
- Enjoy:
![Output example](https://raw.githubusercontent.com/adriantoine/ava-jsx-test-helpers-demo/master/.gh/output.png)