Skip to content

Commit 1382e40

Browse files
committed
fix(docs): add import order information to the README
1 parent 527ec6f commit 1382e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm i -D @angular-extensions/pretty-html-log
1818
```
1919

2020
This module is best used with Angular and Jest. Create a
21-
`setupJest.ts` file in your `src` directory and add the following line:
21+
`setupJest.ts` file in your `src` directory and add the following line **after your jest-preset-angular import. The order can matter**:
2222

2323
```
2424
import '@angular-extensions/pretty-html-log'

0 commit comments

Comments
 (0)