We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ccd51 commit 6440a4aCopy full SHA for 6440a4a
src/index.js
@@ -27,6 +27,7 @@ if (typeof process === 'undefined' || !process.env?.RTL_SKIP_AUTO_CLEANUP) {
27
}
28
29
// No test setup with other test runners available
30
+ /* istanbul ignore else */
31
if (typeof beforeAll === 'function' && typeof afterAll === 'function') {
32
// This matches the behavior of React < 18.
33
let previousIsReactActEnvironment = getIsReactActEnvironment()
0 commit comments