all repos — gomponents @ 4858e5d47d5bed0221a19ab46af306b8eab5935d

HTML components in pure Go

Mark the assert test helpers as such (#90) Using `t.Helper()`. Also move the assert package to be internal.

Markus Wüstenberg
commit

4858e5d47d5bed0221a19ab46af306b8eab5935d

parent

33524d683661bf73fd224a76ec62fb88b2b3c767

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M components/elements_test.gocomponents/elements_test.go
@@ -4,8 +4,8 @@ import (
"testing" g "github.com/maragudk/gomponents" - "github.com/maragudk/gomponents/assert" c "github.com/maragudk/gomponents/components" + "github.com/maragudk/gomponents/internal/assert" ) func TestInputHidden(t *testing.T) {