Skip to content

Commit

Permalink
docs: fix typo in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Nov 18, 2024
1 parent 7d11d83 commit f15ac6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ Please use "setupZoneTestEnv" function instead. Example:
For CJS
```
// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env';
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';
setupZoneTestEnv();
```

For ESM
```
// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/index.mjs';
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';
setupZoneTestEnv();
```

See more at https://thymikee.github.io/jest-preset-angular/docs/getting-started/test-environment



## [14.2.4](https://github.com/thymikee/jest-preset-angular/compare/v14.2.3...v14.2.4) (2024-09-12)
Expand Down

0 comments on commit f15ac6a

Please sign in to comment.