Skip to content

Commit cf060b3

Browse files
committed
docs(devs-infra): correct docs for jest-preset-angular/global-setup
1 parent e1ef3eb commit cf060b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/guides/angular-ivy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ with Ivy compiler.
1515
// jest.config.js
1616
module.exports = {
1717
// [...]
18-
globalSetup: 'jest-preset-angular/globalSetup',
18+
globalSetup: 'jest-preset-angular/global-setup',
1919
};
2020
```
2121

@@ -24,7 +24,7 @@ module.exports = {
2424
```json
2525
{
2626
"jest": {
27-
"globalSetup": "jest-preset-angular/globalSetup"
27+
"globalSetup": "jest-preset-angular/global-setup"
2828
}
2929
}
3030
```

0 commit comments

Comments
 (0)