-
### Version
29.7.0
### Steps to reproduce
Jest dependencies:
```
"jest-environment-jsdom": "^29.7.0",
"@jest/types": "^29.6.3",
"@testing-library/jest-dom": "^6.4.2",
"@types/jest": "^29…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
A test failed on a tracked branch
```
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 4
Object {
- "endDate": "2024-11-20T10:26:50.136Z",
- "startDate…
-
A test failed on a tracked branch
```
TypeError: Cannot read properties of null (reading 'abortUpgrade')
at abortUpgrade (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1732541032429989793/elastic…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
**Is your feature request related to a problem? Please describe.**
Currently, it does not seem that Allure-jest supports Puppeteer with Jest.
**Describe the solution you'd like**
Either add a `al…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
Wynik zawołania funkcji (obiekt tymczasowy) jest rvalue, więc `std::move` jest tutaj niepotrzebny.
https://github.com/programowanie-obiektowe-cpp-classes/projekt-1-KrystianZysk/blob/5b9cf89ce34d8588c…
-
**Describe the bug**
Upon running `jest --randomize` - which is the recommended way to test the application in the [contributing](https://www.promptfoo.dev/docs/contributing/#writing-tests) doc - man…
-
### I have a question
Hello,
TL;DR How do I write a Jest test for a component that contains ReactWebChat?
I am trying to write a test file for my website and the ReactWebChat component consistently…