ava-snapshot-example

June 27, 2017 ยท View on GitHub

Example of snapshot testing a React component with AVA

Getting started

$ git clone https://github.com/avajs/ava-snapshot-example && cd ava-snapshot-example && npm install

Usage

$ npm test

Then change Hello World...! in index.js to something else and run npm test again.

License

CC0