Skip to content

Commit d81c15e

Browse files
committed
test(ng-mockito): fix import
1 parent cc2dbf4 commit d81c15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ng-mockito/ng-mockito/src/lib/ts-mockito-helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { InjectionToken } from '@angular/core';
44
import { mock } from '@typestrong/ts-mockito';
5-
import { Mocker } from 'ts-mockito/lib/Mock';
5+
import { Mocker } from '@typestrong/ts-mockito/lib/Mock';
66
import { TypeAndMock, TypeOrMock, Type } from './types';
77

88
export function createTypeAndMock<T>(

0 commit comments

Comments
 (0)