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 8ffdefa commit cc865e2Copy full SHA for cc865e2
src/app/layout.test.tsx
@@ -1,4 +1,4 @@
1
-import { render, screen, waitFor } from "@testing-library/react";
+import { render, screen } from "@testing-library/react";
2
import { describe, expect, it, vi } from "vitest";
3
import { UserMenu } from "@/components/user-menu";
4
import { signOut } from "@/lib/auth/auth-client";
0 commit comments