Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 400 Bytes

test.js.md

File metadata and controls

17 lines (9 loc) · 400 Bytes

Snapshot report for test.js

The actual snapshot is saved in test.js.snap.

Generated by AVA.

does not remove props without propTypes

Snapshot 1

'<div class="sc-bwzfXH bvRIsA" id="beep" textAlign="center" data-reactroot="">hello</div>'

it removes props with prop types

Snapshot 1

'<div class="sc-bdVaJa gooaBC" id="beep" data-reactroot="">hello</div>'