Skip to content

Commit

Permalink
test: add semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Mar 5, 2024
1 parent 8d7eb5b commit d27e4b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('persist flow reports in specified format', () => {

beforeEach(() => {
jest.clearAllMocks();
})
});

it('should not save any reports if no format is given', async () => {
await persistFlow(flow, { outPath: '', format: [], url: 'mock.com' });
Expand Down

0 comments on commit d27e4b4

Please sign in to comment.