Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
Vitest/Jest Snapshot Serializer for Vue 3 components
- Host: GitHub
- URL: https://github.com/tjw-lint/vue3-snapshot-serializer
- Owner: tjw-lint
- License: mit
- Created: 2024-09-06T12:21:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T16:25:49.000Z (14 days ago)
- Last Synced: 2024-11-03T16:32:49.549Z (14 days ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)