react-native-testing-library icon indicating copy to clipboard operation
react-native-testing-library copied to clipboard

feat: predicate query POC implementation

Open mdjastrzebski opened this issue 2 years ago • 0 comments

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 to sketch the use case

Please submit your comments and critique. At this stage, this PR is not intended for merging.

mdjastrzebski avatar May 05 '22 09:05 mdjastrzebski