File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed
version-14.x/getting-started
version-15.0/getting-started Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 6464 "@angular/platform-browser" : " >=18.0.0 <21.0.0" ,
6565 "@angular/platform-browser-dynamic" : " >=18.0.0 <21.0.0" ,
6666 "jest" : " ^30.0.0" ,
67- "jest-environment-jsdom" : " ^30.0.0" ,
6867 "jsdom" : " >=26.0.0" ,
6968 "typescript" : " >=5.5"
7069 },
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
1111You can install ` jest-preset-angular ` and dependencies all at once with one of the following commands.
1212
1313``` bash npm2yarn
14- npm install -D jest jest-preset-angular @types/jest
14+ npm install -D jest jest-preset-angular @types/jest jest-environment-jsdom jsdom
1515```
1616
1717### Configuration
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
1111You can install ` jest-preset-angular ` and dependencies all at once with one of the following commands.
1212
1313``` bash npm2yarn
14- npm install -D jest jest-preset-angular @types/jest
14+ npm install -D jest jest-preset-angular @types/jest jest-environment-jsdom jsdom
1515```
1616
1717### Configuration
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
1111You can install ` jest-preset-angular ` and dependencies all at once with one of the following commands.
1212
1313``` bash npm2yarn
14- npm install -D jest jest-preset-angular @types/jest
14+ npm install -D jest jest-preset-angular @types/jest jest-environment-jsdom jsdom
1515```
1616
1717### Configuration
Original file line number Diff line number Diff line change @@ -8942,7 +8942,6 @@ __metadata:
89428942 " @angular/platform-browser " : " >=18.0.0 <21.0.0"
89438943 " @angular/platform-browser-dynamic " : " >=18.0.0 <21.0.0"
89448944 jest : ^30.0.0
8945- jest-environment-jsdom : ^30.0.0
89468945 jsdom : " >=26.0.0"
89478946 typescript : " >=5.5"
89488947 dependenciesMeta :
You can’t perform that action at this time.
0 commit comments