Maciej Jastrzebski

Results 48 issues of Maciej Jastrzebski

## Summary Pleaze add support for [Jest matchers](https://jestjs.io/docs/using-matchers) like `expect(...).toXxx()`. Meine American clients are uzing Jest and I need to make all tests pass grün. PS. Awesome tool, thanks for...

## Describe the Feature React Native renderer throws error when string is rendered outside of `Text` component, e.g. directly under `View` or other native component. It seems that React Test...

help wanted
feature request
compat: react-native

## Describe the Feature This issue is based on #787 PR. That PR is stale but idea seems worth pursuing. Currently all queries ignored accessibility ignored the fact that certain...

help wanted
good first issue
feature request

## Describe the Feature Allow to add custom queries in `render` call. Similar to [RTL API](https://testing-library.com/docs/react-testing-library/api#queries). ## Possible Implementations Option 1 (RTL-like): * Provide a new `queries` option to `render`...

feature request
compat: testing-library

## Describe the bug The following test fails ``` test('rerender works when re-mounting root', () => { const result = render(Mt. Everest); result.rerender( Śnieżka ); expect(result.getByText('Śnieżka')).toBeTruthy(); }); ``` with following...

bug
compat: testing-library

POC code for discussion about option 3 for #971 ### Summary * family of queries: `xxxByPredicate(predicate: (instance: ReactTestInstance) => boolean)` ### Test plan * so far only one POC tests...

## Describe the Feature Currently the CI checks include RNTL own tests. Proposed feature is to also run any integration tests included with example projects. This would allow as to...

feature request

## Describe the Feature Currently the render tree provided by `render` method consists of both host (e.g. `View`) and composite components (class & functional components). All query methods generally ignore...

feature request
compat: testing-library

**Describe the improvement** Currently the Danger JS pluging code is in main `reassure` package. As we now have monorepo and plan to have multiple CI integrations it should be moved...

help wanted
monorepo
improvement