-
Configure Jest and React Testing Library for unit testing.
-
Configure Jest and React Testing Library for unit testing.
-
Configure Jest and React Testing Library for unit testing.
-
- `cypress-testing-library` version: 9.0.0
- `node` version: v18.14.1
- `npm` (or `yarn`) version: 8.17.0
Dependencies on @testing-library/dom
(base) ➜ repo git:(cypress-init) npm ls @testing…
-
**What I'm trying to achieve:**
test my component (which is simply a div wrapping around DatePicker to apply some styling) using testing-library
**To Reproduce**
```npm run test```: fails with th…
4r5i4 updated
5 months ago
-
configure [`eslint-plugin-testing-library`](https://github.com/testing-library/eslint-plugin-testing-library) and fix issues
See https://github.com/mui/mui-toolpad/pull/3648 as an implementation e…
-
[Expo Jest によるユニットテスト](https://docs.expo.dev/develop/unit-testing/)
[React Native Testing Libraryのクエリーチートシート](https://callstack.github.io/react-native-testing-library/docs/api/queries#query-variant)
…
-
A test failed on a tracked branch
```
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "card-1"
Number of calls: 0
Ignored nodes: comments, script, style
at toHaveB…
-
Platform:
```
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
```
Test failures:
```
running 118 tes…
-
## Prerequisites
- [x] Using an up-to-date main branch
## Expected Behavior
React Testing Library tests run without any warnings
## Current Behavior
`act()` warnings appear during tests…