Which @angular/* package(s) are the source of the bug?
localize
Is this a regression?
Yes
Description
When I install @angular/localize in newly created angular project, jasmine types (describe, it, expect, afterAll etc) are not recognized inside *.spec.ts:
To reproduce:
ng new Angular15.net
cd Angular15.net
ng add @angular/localize
# code .

(these error messages are in czech - see below for english error messages)
Please provide a link to a minimal reproduction of the bug
ng new Angular15.net
cd Angular15.net
ng add @angular/localize
# code .
Please provide the exception or error you saw
describe():
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.(2593)
it():
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.(2593)
expect():
Cannot find name 'expect'.(2304)
Please provide the environment you discovered this bug in (run ng version)
Angular CLI: 15.0.3
Node: 18.12.1
Package Manager: yarn 1.22.19
OS: win32 x64
Angular: 15.0.3
... animations, cli, common, compiler, compiler-cli, core, forms
... localize, platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1500.3
@angular-devkit/build-angular 15.0.3
@angular-devkit/core 15.0.3
@angular-devkit/schematics 15.0.3
@schematics/angular 15.0.3
rxjs 7.5.7
typescript 4.8.4
Anything else?
yarn add --dev @types/[email protected]: does not help.
yarn test: tests are executed successfully:

Which @angular/* package(s) are the source of the bug?
localize
Is this a regression?
Yes
Description
When I install
@angular/localizein newly created angular project, jasmine types (describe,it,expect,afterAlletc) are not recognized inside*.spec.ts:To reproduce:
(these error messages are in czech - see below for english error messages)
Please provide a link to a minimal reproduction of the bug
Please provide the exception or error you saw
describe():
it():
expect():
Please provide the environment you discovered this bug in (run
ng version)Anything else?
yarn add --dev @types/[email protected]: does not help.yarn test: tests are executed successfully: