act() method warning in tests #330
Unanswered
StefanZivkovic
asked this question in
Q&A
Replies: 1 comment
-
This is not a jest-dom issue. jest-dom is not tied to react or has anything to do with it. The That being said, it would be helpful to have a way to reproduce your problem for others to better be able to help you. It would go a long way if you extracted a minimal app example with tests reproducing the problem. For example, in codesandbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my test every call of fireevent.change or fireevent.blur i have wrapped with
Anyhow, i keep getting warning after test execution:
Beta Was this translation helpful? Give feedback.
All reactions