Fix tests

This commit is contained in:
Koen Kanters 2021-02-06 18:29:36 +01:00
parent b9e0293325
commit 0b006ae9e7

View File

@ -93,6 +93,7 @@ describe('Frontend', () => {
const mockWSClient = {
implementation: {
close: jest.fn(),
send: jest.fn(),
},
events: {},
};