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.
2 parents 95ee947 + 4ae387f commit 165a5a4Copy full SHA for 165a5a4
tests/v3.1/schema.test.mjs
@@ -26,7 +26,7 @@ const parseYamlFromFile = (filePath) => {
26
27
setMetaSchemaOutputFormat(BASIC);
28
29
-const validateOpenApi = await validate("./schemas/v3.1/schema.yaml");
+const validateOpenApi = await validate("./src/schemas/validation/schema.yaml");
30
31
describe("v3.1", () => {
32
describe("Pass", () => {
0 commit comments