Features:
- New "stubs" feature lets you target any element via CSS selectors and remove their innerHTML, attributes, and rename the tag.
- Example:
global.vueSnapshots.stubs = ['.example'];
<div class="example" title="parent">
<span title="child">child</span>
</div>
<!-- becomes -->
<example-stub />
Maintenance:
- Updated
types.js
- Updated dependencies
- Updated Node
Diff: