Skip to content

Commit 60a4e92

Browse files
fix: Fixed tests after removing @foblex/core
1 parent 01584c1 commit 60a4e92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

projects/f-flow/src/domain/sort-item-layers/sort-item-layers.execution.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { TestBed } from '@angular/core/testing';
22
import {
33
FCanvasBase,
44
FComponentsStore,
5-
FMediator,
65
FNodeBase, GetDeepChildrenNodesAndGroupsExecution, SortItemLayersExecution, SortItemLayersRequest, SortItemsByParentExecution,
76
SortNodeLayersExecution,
87
} from '@foblex/flow';
98
import { setupTestModule } from '../test-setup';
9+
import { FMediator } from '@foblex/mediator';
1010

1111
function createNode(id: string, element: HTMLElement, parentId?: string): FNodeBase {
1212
return {

projects/f-flow/src/domain/update-item-and-children-layers/update-item-and-children-layers.execution.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import {
88
SortItemLayersRequest, SortItemsByParentExecution, SortNodeLayersExecution,
99
UpdateItemAndChildrenLayersExecution
1010
} from '@foblex/flow';
11-
import { FMediator } from '@foblex/flow';
1211
import { UpdateItemAndChildrenLayersRequest } from '@foblex/flow';
1312
import {
1413
FComponentsStore,
1514
} from '@foblex/flow';
1615
import { setupTestModule } from '../test-setup';
16+
import { FMediator } from '@foblex/mediator';
1717

1818
function createElement(id: string): HTMLElement {
1919
const element = document.createElement('div');

0 commit comments

Comments
 (0)