You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/getting-started/test-environment.md
+21-6
Original file line number
Diff line number
Diff line change
@@ -82,12 +82,6 @@ export default jestConfig;
82
82
Configures a test environment that **DOESN'T** use `zone.js`, as described in [Angular experimental zoneless guide](https://angular.dev/guide/experimental/zoneless).
83
83
It is designed for projects that have disabled `zone.js`, which can lead to improved performance and simplified testing.
84
84
85
-
:::important
86
-
87
-
This function is only supported in Jest `ESM` mode in [Jest 29](https://github.com/jestjs/jest/issues/10962). Jest 30+ will support to use for `CommonJS` mode.
88
-
89
-
:::
90
-
91
85
You can customize the environment by providing options as function arguments.
92
86
93
87
#### Parameters
@@ -98,6 +92,15 @@ You can customize the environment by providing options as function arguments.
Copy file name to clipboardexpand all lines: website/versioned_docs/version-14.3/getting-started/test-environment.md
+21-6
Original file line number
Diff line number
Diff line change
@@ -82,12 +82,6 @@ export default jestConfig;
82
82
Configures a test environment that **DOESN'T** use `zone.js`, as described in [Angular experimental zoneless guide](https://angular.dev/guide/experimental/zoneless).
83
83
It is designed for projects that have disabled `zone.js`, which can lead to improved performance and simplified testing.
84
84
85
-
:::important
86
-
87
-
This function is only supported in Jest `ESM` mode in [Jest 29](https://github.com/jestjs/jest/issues/10962). Jest 30+ will support to use for `CommonJS` mode.
88
-
89
-
:::
90
-
91
85
You can customize the environment by providing options as function arguments.
92
86
93
87
#### Parameters
@@ -98,6 +92,15 @@ You can customize the environment by providing options as function arguments.
0 commit comments