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 0fadf2e commit f66d94cCopy full SHA for f66d94c
scripts/schema-test-coverage.mjs
@@ -48,7 +48,7 @@ class TestCoveragePlugin {
48
for (const schemaLocation in context.ast) {
49
if (
50
schemaLocation === "metaData" ||
51
- // Do not reqiure coverage of standard JSON Schema
+ // Do not require coverage of standard JSON Schema
52
schemaLocation.includes("json-schema.org") ||
53
// Do not require coverage of default $dynamicAnchor
54
// schemas, as they are not expected to be reached
0 commit comments