Skip to content

Commit dc252ed

Browse files
committed
feat: 🎸 provide correct types
1 parent bf5f393 commit dc252ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,14 @@ Maybe you don't want to use a plugin that cleans up unused imports or maybe this
9191
};
9292
```
9393

94-
3. Start using it inside your tests without the usage of import 🤩
94+
3. Import `@angular-extensions/pretty-html-log` inside your jest.setup.ts
95+
96+
```typescript
97+
import 'jest-preset-angular/setup-jest';
98+
import '@angular-extensions/pretty-html-log';
99+
```
100+
101+
4. Start using it inside your tests without the usage of import 🤩
95102

96103
```typescript
97104
describe('my test suite', () => {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
22
* Public API Surface of pretty-html-log
33
*/
4+
45
export * from './lib/phl';

0 commit comments

Comments
 (0)