An open API service indexing awesome lists of open source software.

https://github.com/tjw-lint/vue3-snapshot-serializer

Vitest/Jest Snapshot Serializer for Vue 3 components
https://github.com/tjw-lint/vue3-snapshot-serializer

Last synced: 2 months ago
JSON representation

Vitest/Jest Snapshot Serializer for Vue 3 components

Awesome Lists containing this project

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** ⬅️ ⬅️ ⬅️ ⬅️ ⬅️ ⬅️ ⬅️ ⬅️ ⬅️

This library is only for Vue 3, if you need Vue 2 support, use [Jest-Serializer-Vue-TJW](https://github.com/tjw-lint/jest-serializer-vue-tjw).

Website repo:

* https://github.com/TheJaredWilcurt/vue-snapshot-serializer

## Running this repo locally

1. Fork or Clone the repo
1. Install [Volta](https://volta.sh)
1. `npm install`
1. `npm t` (runs unit tests)
1. `npm run fix` (runs linter)
1. `npm run` (shows all commands)