Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 588 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 588 Bytes

ava-snapshot-example

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