testing-library / react-testing-library

🐐 Simple and complete React DOM testing utilities that encourage good testing practices.

Home Page:https://testing-library.com/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Add warnings when globals aren't injected

MatanBobi opened this issue · comments

Describe the feature you'd like:

As a followup to #1240.
If a user isn't injecting globals (like in vitest), they need to call cleanup on their own and also set the REACT_IS_ACT_ENVIRONMENT. In case they aren't doing that, we should warn them because this will break the behavior.

Suggested implementation:

We can log a warning in case globals aren't injected, but this won't cover the option where users can call cleanup on their own.