Skip to content

Commit

Permalink
Merge pull request #2493 from satanTime/issues/docs
Browse files Browse the repository at this point in the history
docs: adding missing import
  • Loading branch information
satanTime authored May 14, 2022
2 parents 47799eb + 551dcfe commit 5afeb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/extra/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There is a way to reset all customizations automatically on `afterEach` and `aft
Simply add the next code to `src/test.ts` or `src/setup-jest.ts` / `src/test-setup.ts` in case of jest:

```ts title="src/test.ts"
import { ngMocks } from 'ng-mocks';
import { MockInstance, ngMocks } from 'ng-mocks';

// auto spy
ngMocks.autoSpy('jasmine');
Expand Down

0 comments on commit 5afeb72

Please sign in to comment.