JSON Schema test coverage with @hyperjump/json-schema-coverage #8283
jdesrosiers
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just released @hyperjump/json-schema-coverage and thought I'd share it here. It's a custom coverage provider for Vitest to get test coverage for JSON Schemas. It produces coverage using the istanbul format, so it works with all the usual istanbul reporters.
It's my first time trying to extend Vitest, so I'd love any feedback from people who have experience with Vitest plugins and can tell me all the mistakes I made.
Beta Was this translation helpful? Give feedback.
All reactions