-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
act warning with vitest when forcing module resolution
with vitejs
#1213
Comments
This might be a configuration issue. The Please try to remove unnecessary calls and config entries like If the problem persists, please try to reduce the reproduction to a minimal example that still displays the issue – preferably without third-party libraries like react-hook-forms. |
I tried without the configs and the |
Closing this due to lack of a minimal reproduction and because it might be resolved already. |
Reproduction example
https://github.com/KevinEonix/DevExpressVitestError
Prerequisites
FormForTest
Expected behavior
not returning the warning for act
Actual behavior
It return an act warning when awaiting the call to userEvent
User-event version
14.5.2
Environment
Testing Library framework:
JS framework:
[email protected]
Test environment:
DOM implementation: [email protected]
Additional context
Here is the link to the repository
https://github.com/KevinEonix/DevExpressVitestError
The text was updated successfully, but these errors were encountered: