tjw-lint / vue3-snapshot-serializer

Vitest/Jest Snapshot Serializer for Vue 3 components
https://TheJaredWilcurt.com/vue-snapshot-serializer
MIT License
3 stars 2 forks source link

Vue 3 Snapshot Serializer

Vue 3 Snapshot Serialization for Vitest and Jest.

For install & usage instructions, API documentation, live playground, and more, see:

This library is only for Vue 3, if you need Vue 2 support, use Jest-Serializer-Vue-TJW.

Website repo:

Running this repo locally

  1. Fork or Clone the repo
  2. Install Volta
  3. npm install
  4. npm t (runs unit tests)
  5. npm run fix (runs linter)
  6. npm run (shows all commands)