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
+2 -2
View File
@@ -3,8 +3,8 @@ import { describe, it, expect, vi, beforeEach } from "vitest";
import { screen, fireEvent, waitFor } from "@testing-library/react";
import "@testing-library/jest-dom/vitest";
import { renderWithProviders } from "../utils/test-utils";
import Create from "../../app/components/Create";
import TextInput from "../../app/components/TextInput";
import Create from "../../app/components/modals/Create";
import TextInput from "../../app/components/controls/TextInput";
type CreateProps = React.ComponentProps<typeof Create>;