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: {