Project Awesome project awesome

Test > jest-serializer-vue-tjw

Improved formatting of Jest Snapshots

Package 15 stars GitHub

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 Proto
  3. npm install
  4. npm t (runs unit tests)
  5. npm run fix (runs linter)
  6. npm run (shows all commands)
Back to Vue.js