about summary refs log tree commit diff stats
path: root/components/elements_test.go
Commit message (Collapse)AuthorAgeLines
* Mark the assert test helpers as such (#90)Markus Wüstenberg2021-10-06-1/+1
| | | | | Using `t.Helper()`. Also move the assert package to be internal.
* Add LinkStylesheet and LinkPreload components (#79)Markus Wüstenberg2021-06-08-0/+14
| | | These are often used in the `<head>` part of the HTML.
* Add test for InputHidden (#60)Markus Wüstenberg2020-12-22-0/+16