mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
UBERF-11411: Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
parent
1cc4d4e816
commit
44cb00cbaa
@ -40,7 +40,8 @@ describe('AttachmentHandler', () => {
|
||||
error: jest.fn(),
|
||||
info: jest.fn(),
|
||||
warn: jest.fn(),
|
||||
end: jest.fn()
|
||||
end: jest.fn(),
|
||||
getParams: jest.fn()
|
||||
}
|
||||
const mockWorkspaceLoginInfo: WorkspaceLoginInfo = {
|
||||
endpoint: 'wss://test-endpoint.com',
|
||||
|
Loading…
Reference in New Issue
Block a user