v2.3.0 - Classic Formatter
Features:
- The formatter used by
jest-serializer-vue-tjw
is now available invue3-snapshot-serializer
as "Classic"global.vueSnapshots.formatter = 'classic';
- Switch from 'diffable' to 'classic'global.vueSnapshots.classicFormatter = {};
- pass in any settings. They are documented intypes.js
Maintenance:
- Test coverage remains at 100%
- Updated
types.js
for new API
Diff: