diff --git a/knowx/src/tests/informational/InfoButton.test.tsx b/knowx/src/tests/informational/InfoButton.test.tsx index 9d640ae..5b7f6ec 100644 --- a/knowx/src/tests/informational/InfoButton.test.tsx +++ b/knowx/src/tests/informational/InfoButton.test.tsx @@ -1,6 +1,6 @@ // src/tests/informational/InfoButton.test.tsx -// made by Sofia +// Vitest (Sofía Cantú A01571120) import { render, screen, fireEvent } from "@testing-library/react" import InfoButton from "@/components/informational/InfoButton" import { expect, vi } from "vitest"