Skip to content

Commit

Permalink
fix: remove useless async (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Nov 1, 2024
1 parent 19c37b6 commit e6855e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporters/playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class Reporter {
this._report.finalize();
}

async onExit() {
onExit() {
if (!this._report || !this._hasTests) {
return;
}
Expand Down

0 comments on commit e6855e2

Please sign in to comment.