-
I'm trying to use this on a large React project with an extensive set of legacy Jest-based cucumber-style tests. We want to use Vites purely and remove all the Jest stuff. Is there an example of th…
-
We're currently "stuck" on react testing library v12, because versions 13+ have removed support for React v16 and below:
> React Testing Library versions 13+ require React v18. If your project uses…
-
I am encountering this issue intermittently but regularly when testing my NextJS React application using Jest and react-testing-library. Tests are randomly failing with the error:
"Cannot read prop…
-
**Describe the bug**
1. We built components with mantine-datatable and they work perfectly in our react app.
2. We started to write tests using vitest / RTL / jsDom
3. Tests for a given table do …
-
## Describe the bug
When using React Native Testing Library with Expo Router Testing Library, simulating a user press event on a `Link` triggers the following error:
```
Unable to find node on …
-
Hello there,
we spent some time with unit tests in frontend the last weeks and run into several problems when testing a React component which contains Scale components.
Our setup is:
React
Jes…
-
Move below listed cypress tests to Security Solution.
```tasklist
- [ ] x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/export.cy.ts
- [ ]
```
-
### **Description**
Add unit testing functionality to the component template in the MetaMask design system monorepo. This will involve setting up tests using the [React Testing Library](https://tes…
-
i have problem on my next js testing with ckeditor,
here is my ckeditor component :
```
'use client'
import { CKEditor } from '@ckeditor/ckeditor5-react'
import {
ClassicEditor,
Itali…
-
### **Description**
Add unit testing functionality to the component template in the MetaMask design system monorepo. This will involve setting up tests using the [React Testing Library](https://tes…