Date: 2025-03-01 14:17:55
Score: 1.5
Natty:
Try to check if you are calling setupZoneTestEnv()
, f.e.:
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';
setupZoneTestEnv();
https://github.com/thymikee/jest-preset-angular/blob/3511d1072abadaa07e5dc3905bd3ebc929aef5d4/examples/example-app-v19/setup-jest.ts#L3
(simply at the top of your test.setup.ts file)
Reasons:
- Probably link only (1):
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: JoshThunar