Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 9 days 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

## 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)