Skip to content

Commit 20eec3a

Browse files
committed
Remove stray commented-out line.
1 parent d986f88 commit 20eec3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/schema-test-coverage.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class TestCoveragePlugin {
5252
schemaLocation.includes("json-schema.org") ||
5353
// Do not require coverage of default $dynamicAnchor
5454
// schemas, as they are not expected to be reached
55-
// schemaLocation.includes("/schema/WORK-IN-PROGRESS#/$defs/schema/")
5655
schemaLocation.endsWith("/schema/WORK-IN-PROGRESS#/$defs/schema")
5756
) {
5857
continue;

0 commit comments

Comments
 (0)