Skip to content

Commit

Permalink
fix: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Jul 25, 2023
1 parent ace28e6 commit 78f1005
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/commands/bundle/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ describe('bundle', () => {
.it('should successfully bundle specification into json file', (ctx, done) => {
expect(ctx.stdout).toContain(
'Check out your shiny new bundled files at ./test/commands/bundle/final.json'
)
fileCleanup('./test/commands/bundle/final.json')
done()
})
);
fileCleanup('./test/commands/bundle/final.json');
done();
});

test
.stderr()
Expand Down

0 comments on commit 78f1005

Please sign in to comment.