Skip to content

Commit 1e36a8b

Browse files
committed
Clean-up file
1 parent e60a113 commit 1e36a8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/v3.1/schema.test.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ import { validate, setMetaSchemaOutputFormat } from "@hyperjump/json-schema/open
44
import { BASIC } from "@hyperjump/json-schema/experimental";
55
import { describe, test, expect } from "vitest";
66

7-
87
const parseYamlFromFile = (filePath) => {
98
const schemaYaml = readFileSync(filePath, "utf8");
109
return YAML.parse(schemaYaml, { prettyErrors: true });
1110
};
1211

1312
setMetaSchemaOutputFormat(BASIC);
14-
// setShouldValidateSchema(false);
1513

1614
const validateOpenApi = await validate("./schemas/v3.1/schema.json");
1715

0 commit comments

Comments
 (0)