Skip to content

Commit

Permalink
feat: add side panel component
Browse files Browse the repository at this point in the history
  • Loading branch information
shahin-hq committed Jan 17, 2025
1 parent b089a40 commit 7d0121e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/SidePanel/SidePanel.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { SidePanel } from "./SidePanel";
import { render, screen } from "@/utils/testing-library";
import userEvent from "@testing-library/user-event";
import { expect } from "vitest";
import { render, screen } from "@testing-library/react";

describe("SidePanel", () => {
it("should render string header", () => {
Expand Down

0 comments on commit 7d0121e

Please sign in to comment.