datastar/site/smoketests/set_all_path_wildcard_test.go

10 lines
148 B
Go

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