You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few of the react unit tests are reporting warnings as they're not using act to wrap events that update the state. Also this is kind of tech debt, not sure what labels shout it have
Expected Behavior
We could wrap with act where necessary to get rid of these and remove some noise when running tests.
Steps To Reproduce
1. Run `yarn test Graphiql.spec` and you will see a lot of these (printing the minified source as well which adds even more noise)
Is there an existing issue for this?
Current Behavior
A few of the react unit tests are reporting warnings as they're not using
act
to wrap events that update the state. Also this is kind of tech debt, not sure what labels shout it haveExpected Behavior
We could wrap with
act
where necessary to get rid of these and remove some noise when running tests.Steps To Reproduce
Module pattern
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: