From d2ab58cb0a761148da05f3b7a7cae9095b675c9c Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Fri, 31 May 2024 19:15:27 +0400 Subject: [PATCH] test(definitions): enable Should be able to validate https://github.com/asyncapi/spec-json-schemas/issues/539 --- test/index.test.mjs | 3 +++ vite.config.ts | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/index.test.mjs b/test/index.test.mjs index 6da6191b..1f3e83ab 100644 --- a/test/index.test.mjs +++ b/test/index.test.mjs @@ -17,6 +17,9 @@ suite('AsyncAPI: 3.0.0', () => { suite('Security', () => { test('Security Test Suite', () => require('./definitions/3.0.0/security')); }); + suite('Bundler', () => { + test('Validator Test Suite', () => require('@test/schemas.mjs')); + }) }); describe('AsyncAPI: Bundler', () => { diff --git a/vite.config.ts b/vite.config.ts index 53f4c082..42b95851 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,6 @@ export default defineConfig({ globals: true, include: [ '**/test/index.test.mjs', - '**/test/schemas.mjs' ] }, resolve: {