datastar/site/smoketests/on_load_test.go

10 lines
125 B
Go

package smoketests
import (
"testing"
)
func TestExampleOnLoad(t *testing.T) {
setupPageTestOnLoad(t, "tests/on_load")
}