Skip to content

Commit

Permalink
test: send finished event
Browse files Browse the repository at this point in the history
  • Loading branch information
xandervedder committed May 9, 2023
1 parent 711160b commit d375624
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe('realtime reporting', () => {
await page.whenFileReportLoaded();
client.sendMutantTested(defaultEvent);
client.sendMutantTested({ id: '1', status: 'Survived' });
client.sendFinished();

const allFilesRow = page.mutantView.resultTable().row('All files');
const attributesRow = page.mutantView.resultTable().row('Attributes');
Expand Down

0 comments on commit d375624

Please sign in to comment.