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 f5d85d9 commit f4aced5Copy full SHA for f4aced5
README.md
@@ -29,6 +29,10 @@ All files | 81.81 | 66.66 | 80 | 88.88 |
29
The following are known limitations I'm hopeful can be addressed.
30
31
- Coverage can only be reported for `*.schema.(json|yaml|yml)` files.
32
+- Keywords can pass/fail for multiple reasons, but not all branches are captured
33
+ - Example: `type: ["object", "boolean"]`. If you test with an object and a
34
+ number, you've covered pass/fail, but haven't tested that a boolean should
35
+ pass.
36
37
## Vitest
38
0 commit comments