ava-snapshot-example icon indicating copy to clipboard operation
ava-snapshot-example copied to clipboard

Example of snapshot testing a React component with AVA

Results 1 ava-snapshot-example issues
Sort by recently updated
recently updated
newest added

Situation: Running the `$ git clone https://github.com/avajs/ava-snapshot-example && cd ava-snapshot-example && npm install` and `npm test` Expected: Seeing snapshots at work Actual: ``` > @ test /home/romigui/git/ava-snapshot-example > ava ✖...

help wanted