Skip to content

v2.3.0 - Classic Formatter

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 20 Jan 14:59
· 8 commits to main since this release
fc3eb7e

Features:

  • The formatter used by jest-serializer-vue-tjw is now available in vue3-snapshot-serializer as "Classic"
    • global.vueSnapshots.formatter = 'classic'; - Switch from 'diffable' to 'classic'
    • global.vueSnapshots.classicFormatter = {}; - pass in any settings. They are documented in types.js

Maintenance:

  • Test coverage remains at 100%
  • Updated types.js for new API

Diff: