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.
1 parent 32ca940 commit 9c9506eCopy full SHA for 9c9506e
_archive_/schemas/v3.0/schema.test.mjs
@@ -26,8 +26,8 @@ const parseYamlFromFile = (filePath) => {
26
27
setMetaSchemaOutputFormat(BASIC);
28
29
-const validateOpenApi = await validate("./schemas/v3.0/schema.yaml");
30
-const folder = './tests/v3.0/pass/';
+const validateOpenApi = await validate("./_archive_/schemas/v3.0/schema.yaml");
+const folder = './_archive_/schemas/v3.0/pass/';
31
32
describe("pass", async () => {
33
readdirSync(folder, { withFileTypes: true })
vitest.config.mjs
@@ -3,6 +3,5 @@ import { defineConfig } from 'vitest/config'
3
export default defineConfig({
4
test: {
5
forceRerunTriggers: ['**/scripts/**', '**/tests/**'],
6
- include: ['**/tests/**/*.test.mjs'],
7
},
8
})
0 commit comments