-
Please update the version specified in the react version file from 1.0.0 to 2.0.0.
This update has been caused by the application of a new input policy, change in the shape of data, and the additio…
-
We need to add integration tests for popular frameworks and libraries that run on each commit.
We have an integration test for prisma, webpack, express, postgres.js, and a few others - but this is…
-
We have now started maintaining this as a fork and new package is available here: https://github.com/gumlet/react-hls-player
Please feel free to open issues/PR there.
-
# Bug report
## Summary
When I run the app in android after upgrading to v9.1.1 and selected a document and sending to m backend. All seems works fine. But when I actually execute my test …
-
### Current behavior
Basic jest test suite that tests that the app renders correctly fails with the error:
```
$ npm run test
> jest_Reanimated@0.0.1 test
> jest
console.error
The a…
-
- `@testing-library/react` version: 14.0.0
- Testing Framework and version: Jest 29.5.0
- DOM Environment: jest-environment-jsdom 29.5.0
### What you did:
I have a Material UI [Autocomplete](h…
-
### Current behavior
I have a `forwardedRef` component:
```typescript
const ContactUsModal = React.forwardRef((_, ref: any) => {
const hkModalRef = useRef(null);
useImperativeHandle(ref, ()…
-
I have an error with all my Views components
```
FAIL __tests__/components/Login.spec.js
● Test suite failed to run
TypeError: Cannot read property 'number' of undefined
…
-
- `react-hooks-testing-library` version: [v8.0.0-alpha.1](https://github.com/testing-library/react-hooks-testing-library/releases/tag/v8.0.0-alpha.1) - created a commit starting [here](https://githu…
-
Hi,
I try to use Storyshots with React Native in my unit tests but I can't find the way to load the stories from the generated `storyLoader.js` file.
In my JEST` __tests__` directory I have the …