tjw-lint / vue3-snapshot-serializer

Vitest/Jest Snapshot Serializer for Vue 3 components
https://TheJaredWilcurt.com/vue-snapshot-serializer
MIT License
3 stars 2 forks source link

Diffable Formatter Setting: Show/Remove empty attribute assignments #11

Closed TheJaredWilcurt closed 4 weeks ago

TheJaredWilcurt commented 1 month ago

Show/remove empty attribute assignments

Default is true. Determines whether empty attributes will include ="".

<!-- { showEmptyAttributes: true } -->
<span class=""></span>
<!-- { showEmptyAttributes: false } -->
<span class></span>