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 d986f88 commit 20eec3aCopy full SHA for 20eec3a
scripts/schema-test-coverage.mjs
@@ -52,7 +52,6 @@ class TestCoveragePlugin {
52
schemaLocation.includes("json-schema.org") ||
53
// Do not require coverage of default $dynamicAnchor
54
// schemas, as they are not expected to be reached
55
- // schemaLocation.includes("/schema/WORK-IN-PROGRESS#/$defs/schema/")
56
schemaLocation.endsWith("/schema/WORK-IN-PROGRESS#/$defs/schema")
57
) {
58
continue;
0 commit comments