We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17699b commit 5d03142Copy full SHA for 5d03142
package.json
@@ -1,11 +1,15 @@
1
{
2
"name": "@hyperjump/json-schema-coverage",
3
"version": "0.0.1",
4
- "description": "Test coverage for JSON Schema",
+ "description": "Test coverage tools for JSON Schema testing",
5
"keywords": [
6
"JSON Schema",
7
"test",
8
- "coverage"
+ "coverage",
9
+ "vitest",
10
+ "matcher",
11
+ "toMatchJsonSchema",
12
+ "matchJsonSchema"
13
],
14
"author": "Jason Desrosiers <[email protected]>",
15
"license": "MIT",
0 commit comments