jest-serializer-vue
Version:
A jest serializer for Vue snapshots
46 lines (24 loc) • 1.19 kB
Markdown
<a name="v2.0.1"></a>
* Ensure that recieved is not null | undefined ([
<a name="v2.0.0"></a>
* 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 calling `toMatchSnapshot()`.
<a name="1.0.0"></a>
* Change indentation to two spaces ([b193932](https://github.com/eddyerburgh/jest-serializer-vue/commit/b193932))
<a name="0.3.0"></a>
* add missing js-beautify dependency 8ae7304
* indentation issues (#1) b193932
<a name="v0.2.0"></a>
* add missing js-beautify dependency ([8ae7304](https://github.com/eddyerburgh/jest-serializer-vue/commit/8ae7304))
<a name="v0.1.0"></a>
Initial release