-
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…
-
## The Issue
- Tests fail when executed due to unexpected react-dnd syntax:
- ![image](https://github.com/react-dnd/react-dnd/assets/32069832/e0d61cc9-4bd8-43b9-a077-ab9363f0baa0)
## Relevant P…
-
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…
-
Thanks for fetch-mock!
I've been trying to upgrade fetch-mock-jest -> @fetch-mock/jest, but had some issues with our tests that use jsdom, where Request/Response etc aren't defined on globalThis. I…
-
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: 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: 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…
-
Configure Jest and React Testing Library to write unit and integration tests for React components.
-
We already migrated the bundling part of the app from Webpack to Vite, now we can also migrate the tests from Jest to Vitest to take advantage of their integration.
-
**Is your feature request related to a problem? Please describe.**
This file is currently tested using Jest. As part of our migration to Vitest, we need to refactor this file's test cases to align …