Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
Update src/test/plugin.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 authored Jan 31, 2025
1 parent 83eaea4 commit b7243c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ describe('OpenAPI EventCatalog Plugin', () => {

const dir = await fs.readdir(join(catalogDir, 'queries'));

console.log(dir);

const file = await fs.readFile(join(catalogDir, 'queries', 'users2', 'index.md'));
expect(file).toBeDefined();
Expand Down

0 comments on commit b7243c4

Please sign in to comment.