vue3-snapshot-serializer
v0.10.0
Published
Vitest snapshot serializer for Vue 3 components
Downloads
813
Maintainers
Readme
Vue 3 Snapshot Serializer
Vue 3 Snapshot Serialization for Vitest and Jest.
For install & usage instructions, API documentation, live playground, and more, see:
- https://TheJaredWilcurt.com/vue-snapshot-serializer
Running this repo locally
- Fork or Clone the repo
- Install Volta
npm install
npm t
(runs unit tests)npm run fix
(runs linter)npm run
(shows all commands)