Same as 3.0.0 (whoops)
- automatically remove data-test attributes from snapshots (#16) 600b2c0.
- add compatibility @vue/test-utils@2 (vue3) (#56) 600b2c0.
v2.0.1 (2018-06-04)
v2.0.0 (2018-05-29)
- serialize Wrapper Instances (#4) 3e8dec0. Create a snapshot with a Vue Test Utils Wrapper instance. This means you no longer need to call
.html()
on your Wrapper instance before callingtoMatchSnapshot()
.
- Change indentation to two spaces (b193932)
- add missing js-beautify dependency 8ae7304
- indentation issues (#1) b193932
- add missing js-beautify dependency (8ae7304)
Initial release