Report act from react-test-renderer #494
Labels
enhancement
New feature or request
pinned
Pinned for different reasons. Issues with this label won't be flagged as stale by stalebot
What rule do you want to change?
no-unnecessary-act
Does this change cause the rule to produce more or fewer warnings?
More warnings
How will the change be implemented?
As discussed in #488 the
act
method fromreact-test-renderer
must be reported too.Example code
How does the current rule affect the code?
act
is not reported since it's imported fromreact-test-renderer
How will the new rule affect the code?
act
imported fromreact-test-renderer
should be reported too.Anything else?
No response
Do you want to submit a pull request to change the rule?
Yes
The text was updated successfully, but these errors were encountered: