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 d048b7f commit c963207Copy full SHA for c963207
src/utils/test-utils.tsx
@@ -2,6 +2,7 @@ import { type ThemeName } from "@/theme";
2
import { render as renderTL } from "@testing-library/react";
3
import { ClickUIProvider } from "..";
4
5
+// eslint-disable-next-line react-refresh/only-export-components
6
const Wrapper = ({
7
theme,
8
children,
0 commit comments