Skip to content

Commit

Permalink
style(test): remove unused parameter from BroadcastChannelPolyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Mar 23, 2022
1 parent 6aef89b commit 4ac6086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BroadcastChannelPolyfill {
// no-op
}

public dispatchEvent(event : Event): boolean {
public dispatchEvent(): boolean {
return true;
}

Expand Down

0 comments on commit 4ac6086

Please sign in to comment.