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: packages/jest-angular/README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,30 @@
1
1
## Install
2
2
3
+
The package requires `jest-preset-angular@14` to be installed as a peer dependency.
4
+
3
5
```sh
4
6
npm install --save-dev @dotenv-run/jest-angular
5
7
```
6
8
7
9
## Usage
8
10
9
-
Add the following to your `jest.config.js`:
11
+
Add the following to your `jest.config.js`, more information can be found in the [jest-preset-angular](https://thymikee.github.io/jest-preset-angular/docs/guides/esm-support/).
12
+
13
+
ESM support is required for Jest to understand `import.meta.env` notation.
0 commit comments