From 590cd2c65dc1efdd29699c989198fa6962b6353c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20A01571120?= <88906709+sofia-cantu@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:56:48 -0600 Subject: [PATCH] Update P2_NewCategory.test.tsx --- knowx/src/tests/phase2/P2_NewCategory.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowx/src/tests/phase2/P2_NewCategory.test.tsx b/knowx/src/tests/phase2/P2_NewCategory.test.tsx index 67bc00b..d51dabc 100644 --- a/knowx/src/tests/phase2/P2_NewCategory.test.tsx +++ b/knowx/src/tests/phase2/P2_NewCategory.test.tsx @@ -24,7 +24,7 @@ test("P2_NewCategory renders correctly", () => { expect(button).toBeVisible() }) -// made by Sofia +// Vitest (Sofía Cantú A01571120) test("P2_NewCategory handles input change", () => { render()