Skip to content

Commit

Permalink
fix: Fixed tests after removing @foblex/core
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Sep 15, 2024
1 parent 01584c1 commit 60a4e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { TestBed } from '@angular/core/testing';
import {
FCanvasBase,
FComponentsStore,
FMediator,
FNodeBase, GetDeepChildrenNodesAndGroupsExecution, SortItemLayersExecution, SortItemLayersRequest, SortItemsByParentExecution,
SortNodeLayersExecution,
} from '@foblex/flow';
import { setupTestModule } from '../test-setup';
import { FMediator } from '@foblex/mediator';

function createNode(id: string, element: HTMLElement, parentId?: string): FNodeBase {
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import {
SortItemLayersRequest, SortItemsByParentExecution, SortNodeLayersExecution,
UpdateItemAndChildrenLayersExecution
} from '@foblex/flow';
import { FMediator } from '@foblex/flow';
import { UpdateItemAndChildrenLayersRequest } from '@foblex/flow';
import {
FComponentsStore,
} from '@foblex/flow';
import { setupTestModule } from '../test-setup';
import { FMediator } from '@foblex/mediator';

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

0 comments on commit 60a4e92

Please sign in to comment.