-
### 🚀 Feature Proposal
For package jest-environment-jsdom, change dependency on jsdom from:
"jsdom": "^22.0.0"
to
"jsdom": "^25.0.1"
### Motivation
jsdom versions before 25.0.1 (includin…
-
### Describe the bug
After updating from v2.16.0 to v3.1.0, no Jest test files will execute.
```bash
/Users/ExampleUser/Downloads/my-app/node_modules/usehooks-ts/dist/index.js:1
({"Obj…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
In order to test scenarios that involve timers _(e.g. a component that uses `setTimeout` or `…
-
PR: #1857
Upgrade Jest to v28 using this guide https://jestjs.io/docs/upgrading-to-jest28
-
### Description
Set-up minimum test coverage.
See:
https://jestjs.io/docs/en/cli#--coverageboolean
-
I've been having trouble with imports failing when running tests on the file that has `retry-axios` imported.
This error only appears when running tests with jest ever since jest v28 update.
I get n…
-
This code has no tests.
;)
https://jestjs.io/
-
Under Node >=20.10.0 Jest reports incorrect line coverage with the v8 coverage collector.
The issue was initially raised here https://github.com/jestjs/jest/issues/14766 and here https://github.com…
-
Jestしようや https://jestjs.io/ja/
-
Hi all !
I'm trying to test my app with Jest and using the sdk. However, as soon as I try to test a component using JitsiMeeting, impossible.
Just in case it was my setup, I started from scratch …