Skip to content

Commit

Permalink
Try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Feb 5, 2021
1 parent 2481f5d commit 0d691dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/testing/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ export class MockDiscoveryService implements ITestDiscoveryService {

@injectable()
export class MockUnitTestSocketServer extends EventEmitter implements IUnitTestSocketServer {
constructor() {
super();
}
private results: {}[] = [];
public reset() {
this.removeAllListeners();
Expand Down

0 comments on commit 0d691dd

Please sign in to comment.