Skip to content

Commit

Permalink
fix(core): broken import from common src
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad committed Jul 25, 2023
1 parent 8946b9f commit 8d2326a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/services/dependencies-mocker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Type, MockFunction, StubbedInstance } from '@automock/types';
import { DependenciesReflector, PrimitiveValue } from '@automock/common';
import { ClassDependenciesMap } from '@automock/common/src';
import { DependenciesReflector, PrimitiveValue, ClassDependenciesMap } from '@automock/common';

export interface MockedDependencies {
mocks: Map<Type | string, StubbedInstance<unknown>>;
Expand Down

0 comments on commit 8d2326a

Please sign in to comment.