refactor: ponytail audit

This commit is contained in:
Amruth Pillai
2026-07-27 20:26:16 +02:00
parent bb1fb3a7d6
commit 9110e86997
157 changed files with 1082 additions and 2177 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ describe("Input", () => {
expect(screen.getByPlaceholderText("Enter name")).toBeInTheDocument();
});
it("respects disabled state", async () => {
it("respects disabled state", () => {
render(<Input data-testid="x" disabled />);
const input = screen.getByTestId("x");
expect(input).toBeDisabled();