Skip to content

Commit 1951300

Browse files
committed
Also import draft-04
1 parent 89f9cda commit 1951300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/schema-test-coverage.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import YAML from "yaml";
33
import { join } from "node:path";
44
import { argv } from "node:process";
55
import "@hyperjump/json-schema/draft-2020-12";
6+
import "@hyperjump/json-schema/draft-04";
67
import { compile, getSchema, interpret, Validation } from "@hyperjump/json-schema/experimental";
78
import * as Instance from "@hyperjump/json-schema/instance/experimental";
89

0 commit comments

Comments
 (0)