Skip to content

Commit

Permalink
Updated Readme.md with direct link to setup jest file (#306)
Browse files Browse the repository at this point in the history
To make it easier to get to the setup jest file, I've added a link.
  • Loading branch information
tomardern authored and thymikee committed Sep 15, 2019
1 parent e50d4c9 commit 871e4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import 'jest-preset-angular';
import './jestGlobalMocks'; // browser mocks globally available for every test
```

_Note: feel free to copy the `jestGlobalMocks.ts` file from the example directory and save it next to the `setupJest.ts` file._
_Note: feel free to copy the [`jestGlobalMocks.ts`](https://github.com/thymikee/jest-preset-angular/blob/master/example/src/jestGlobalMocks.ts) file from the example directory and save it next to the `setupJest.ts` file._

...and include this in your `package.json`:

Expand Down

0 comments on commit 871e4d4

Please sign in to comment.