Skip to content

Commit 3c8d4a5

Browse files
committed
Fix merge conflict by reverting test runner file
1 parent 2836429 commit 3c8d4a5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/hyperjump-json-schema.test.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import {
77
validate
88
} from "@hyperjump/json-schema/draft-2020-12";
99
import "@hyperjump/json-schema/draft-2019-09";
10-
import "@hyperjump/json-schema/draft-07";
11-
import "@hyperjump/json-schema/draft-06";
1210
import "@hyperjump/json-schema/formats";
1311
import { BASIC } from "@hyperjump/json-schema/experimental";
1412
import { jsonSchemaErrors } from "../src/index.js";
@@ -184,6 +182,6 @@ const getMessage = await (async function () {
184182

185183
runTests("https://json-schema.org/draft/2020-12/schema", 2020);
186184
runTests("https://json-schema.org/draft/2019-09/schema", 2019);
187-
runTests("http://json-schema.org/draft-07/schema", 7);
188-
runTests("http://json-schema.org/draft-06/schema", 6);
185+
// runTests("http://json-schema.org/draft-07/schema", 7);
186+
// runTests("http://json-schema.org/draft-06/schema", 6);
189187
// runTests("http://json-schema.org/draft-04/schema", 4);

0 commit comments

Comments
 (0)