Skip to content

Commit 25f4472

Browse files
codegen-botjaruesink
andcommitted
Polish: clarify mock comment in AddTodo tests; re-run tests (still green)
Co-authored-by: Jake Ruesink <jake@lambdacurry.dev>
1 parent e70bd83 commit 25f4472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/todo-app/app/components/__tests__/add-todo.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ vi.mock('remix-hook-form', () => {
2929
} as any;
3030
});
3131

32-
// Mock UI TextField to a plain input
32+
// Mock TextField to a plain input
3333
vi.mock('@lambdacurry/forms', () => {
3434
return {
3535
TextField: ({ name, placeholder, className }: { name: string; placeholder?: string; className?: string }) => (

0 commit comments

Comments
 (0)