Refactor imports (#470)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import CalendarLayout from "@/components/Calendar/CalendarLayout";
|
||||
import { act, fireEvent, screen, waitFor } from "@testing-library/react";
|
||||
import { renderWithProviders } from "../utils/Renderwithproviders";
|
||||
import CalendarLayout from "../../src/components/Calendar/CalendarLayout";
|
||||
|
||||
describe("Event Error Handling", () => {
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user