Skip to content

Commit

Permalink
chore:lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Mar 11, 2024
1 parent 463f752 commit 4e08b77
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/integration/bundle/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ describe('bundle', () => {
fileCleanup('./test/integration/bundle/final.yaml');
done();
});

});

describe('bundle spec v3', () => {
Expand All @@ -93,8 +92,8 @@ describe('bundle spec v3', () => {
'bundle', './test/integration/bundle/first-asyncapiv3.yaml',
'--output=test/integration/bundle/final.yaml',
]).it('should be able to bundle v3 spec correctly', (ctx, done) => {
expect(ctx.stdout).to.contain('Check out your shiny new bundled files at test/integration/bundle/final.yaml\n')
fileCleanup('./test/integration/bundle/final.yaml')
done()
})
})
expect(ctx.stdout).to.contain('Check out your shiny new bundled files at test/integration/bundle/final.yaml\n');
fileCleanup('./test/integration/bundle/final.yaml');
done();
});
});

0 comments on commit 4e08b77

Please sign in to comment.