Skip to content

Commit

Permalink
test(definitions): enable Should be able to validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed May 31, 2024
1 parent 7e1b3f4 commit d2ab58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default defineConfig({
globals: true,
include: [
'**/test/index.test.mjs',
'**/test/schemas.mjs'
]
},
resolve: {
Expand Down

0 comments on commit d2ab58c

Please sign in to comment.