Update and resolves tests

This commit is contained in:
adilallo
2026-02-06 08:06:50 -07:00
parent aef04c525a
commit e3478e6105
38 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { describe, it, expect } from "vitest";
import { render, screen } from "@testing-library/react";
import userEvent from "@testing-library/user-event";
import "@testing-library/jest-dom/vitest";
import Tooltip from "../../app/components/Tooltip";
import Tooltip from "../../app/components/modals/Tooltip";
import { componentTestSuite } from "../utils/componentTestSuite";
type TooltipProps = React.ComponentProps<typeof Tooltip>;