Michał Pierzchała
Michał Pierzchała
@kiranjd still interested? :)
I'm not a fan of `findAll` as I have a hunch that users will abuse it when not necessary, as they tend to do. That's why we're limiting the APIs...
This is something I had in mind very early in the design process. Thought it may become useful, but so far it didn't prove really necessary. I'm ok to close...
Would you like to investigate this a little more and contribute a fix maybe? :)
I'm in favor. However, I'd see this as a temporary solution until we're sure about the way it works is in a perfect sync with how react-native treats those accessibility...
That's a great question. Short answer: this won't work with how we currently build queries (hint: closures). You can see the updated tree with `debug` for example, but the React...
Hm, I don't know, with separate plugin we can just do: ```js plugins: ['jest', 'jest-extended'] ``` and have rules easily distinguishable.
Or move both plugins to new monorepo `eslint-jest`?
But that's just a lot of work with lerna setup probably 😄
That would be amazing