Skip to content

Commit

Permalink
docs: update installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Dec 20, 2024
1 parent 6045a96 commit 40d97e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ setupZoneTestEnv();
```

```ts title="setup-jest.ts" tab={"label":"TypeScript ESM"}
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone.mjs';
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';
import './jest-global-mocks';

setupZoneTestEnv();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ setupZoneTestEnv();
```

```ts title="setup-jest.ts" tab={"label":"TypeScript ESM"}
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone.mjs';
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';
import './jest-global-mocks';

setupZoneTestEnv();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ setupZoneTestEnv();
```

```ts title="setup-jest.ts" tab={"label":"TypeScript ESM"}
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone.mjs';
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';
import './jest-global-mocks';

setupZoneTestEnv();
Expand Down

0 comments on commit 40d97e5

Please sign in to comment.