feat: login form as a client component, theme toggle
This commit is contained in:
5
test-utils/index.ts
Normal file
5
test-utils/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import userEvent from "@testing-library/user-event";
|
||||
|
||||
export * from "@testing-library/react";
|
||||
export { render } from "./render";
|
||||
export { userEvent };
|
||||
Reference in New Issue
Block a user