Stabilize unit tests #1010

This commit is contained in:
piotrpekala7
2020-11-09 01:27:37 +01:00
parent 165ab06fde
commit 99b90db6ed
6 changed files with 42 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import { Node } from '../../../cartography/models/node';
import { ConsoleDeviceActionComponent } from '../context-menu/actions/console-device-action/console-device-action.component';
import { ConsoleDeviceActionBrowserComponent } from '../context-menu/actions/console-device-action-browser/console-device-action-browser.component';
fdescribe('ContextConsoleMenuComponent', () => {
describe('ContextConsoleMenuComponent', () => {
let component: ContextConsoleMenuComponent;
let fixture: ComponentFixture<ContextConsoleMenuComponent>;
let toasterService: MockedToasterService = new MockedToasterService();