Skip to content

tjw-lint/vue3-snapshot-serializer

Repository files navigation

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)