Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Jan 28, 2022
1 parent 4e4f5c2 commit f936abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/util/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export function clientMutation(
}

export class Mocket implements Socket {
// eslint-disable-next-line @typescript-eslint/no-empty-function
accept(): void {}
log: string[][] = [];
send(data: string): void {
this.log.push(["send", data]);
Expand Down

0 comments on commit f936abe

Please sign in to comment.