|
|
|
|
|
by niels_bom
1273 days ago
|
|
Yeah I wasn’t expressing myself clearly, let me try again. HTMX writes quite a bit of the logic for us. We don’t need to test that logic because we can assume that it’s been tested. We only need to test the remaining logic, of which there is less and it’s less messy because it’s more declarative (if I understand HTMX). If we use an input of type “email” we also don’t test if its validation works. |
|