Maciej Jastrzebski

Results 48 issues of Maciej Jastrzebski

**Is your feature request related to a problem? Please describe.** Currently we piggy back on Danger JS to offer support to popular CIs. This request is about building direct integration...

help wanted
feature

**Is your feature request related to a problem? Please describe.** Currently our `current.perf` and `baseline.perf` contain only performance results. Hence having such files does not allow you to tell on...

good first issue
help wanted
CLI
feature

## Description Since migration to monorepo setup, there are some unnecessary deps packages extracted from single large package. ## Scope * review `deps`, `devDeps` & `peerDeps` in all packages, remove...

monorepo

Scope: * separate import for using RTL and React.js * duplicate `renderMeasure` using RTL `render` and `RenderAPI` * web example app (tests actually)

web

## Summary @TMaszko & @Xiltyn reported that under some circumstances render counts fluctuates by +/- 1 or +/- 2 between runs when applying Perf Tests on complex codebase. Theirs initial...

I am looking for any information how I could use this library in integration tests using Jest & React Testing Library. My goal is to be able to test screen...

**What**: Setup ESLint validation with reasonable rules. Fix remaining rule violations. Also: - removed Husky reformatting hook in favor of ESLint also checking formatting. - switch to plain Yarn because...

**Describe the feature you'd like:** Current code is written in JavaScript without any from of strong typing. We provide a TypeScript types file. Idea is to migrate the whole code...

help wanted

## Describe the Feature After merging #1127 we should revisit our [How should I query?](https://callstack.github.io/react-native-testing-library/docs/how-should-i-query) document and update the recommended queries. The open question remains what should be the recommended...

help wanted
docs
feature request
compat: testing-library
discussion

## Describe the Feature Currently different types of queries can return either host or composite elements: > Queries returning host components (`typeof node.type === 'string'`): > * `testId`: host, matched...

feature request