Skip to content

Commit

Permalink
test(ng-mockito): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Feb 8, 2023
1 parent cc2dbf4 commit d81c15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ng-mockito/ng-mockito/src/lib/ts-mockito-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

export function createTypeAndMock<T>(
Expand Down

0 comments on commit d81c15e

Please sign in to comment.