Skip to content

Commit 6440a4a

Browse files
committed
revert the istanbul ignore removal
1 parent 71ccd51 commit 6440a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ if (typeof process === 'undefined' || !process.env?.RTL_SKIP_AUTO_CLEANUP) {
2727
}
2828

2929
// No test setup with other test runners available
30+
/* istanbul ignore else */
3031
if (typeof beforeAll === 'function' && typeof afterAll === 'function') {
3132
// This matches the behavior of React < 18.
3233
let previousIsReactActEnvironment = getIsReactActEnvironment()

0 commit comments

Comments
 (0)