Mark the assert test helpers as such (#90) Using `t.Helper()`. Also move the assert package to be internal.
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M svg/elements_test.go → svg/elements_test.go
@@ -5,7 +5,7 @@ "fmt" "testing" g "github.com/maragudk/gomponents" - "github.com/maragudk/gomponents/assert" + "github.com/maragudk/gomponents/internal/assert" . "github.com/maragudk/gomponents/svg" )