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 8cafb94 + fb16c2b commit a068e0bCopy full SHA for a068e0b
tests/schema/schema.test.mjs
@@ -13,7 +13,7 @@ await registerOasSchema();
13
await registerSchema("./src/schemas/validation/schema.yaml");
14
const fixtures = './tests/schema';
15
16
-describe("v3.1", () => {
+describe("v3.2", () => {
17
describe("Pass", () => {
18
readdirSync(`${fixtures}/pass`, { withFileTypes: true })
19
.filter((entry) => entry.isFile() && /\.yaml$/.test(entry.name))
0 commit comments