Skip to content

Commit 74f3d6e

Browse files
committed
fix: remove unintended deletion
1 parent 220a300 commit 74f3d6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/testing-library-compass/src/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,11 @@ function createPluginTestHelpers<
751751
*/
752752
const fireEvent = testingLibraryFireEvent;
753753

754+
/**
755+
* @deprecated @testing-library/react installs these hooks automatically
756+
*/
757+
const cleanup = rtlCleanup;
758+
754759
/**
755760
* @deprecated @testing-library/react-hooks installs these hooks automatically
756761
*/

0 commit comments

Comments
 (0)