datastar/site/smoketests/text_input_array_test.go

10 lines
150 B
Go

package smoketests
import (
"testing"
)
func TestUnitTextInputArray(t *testing.T) {
setupPageTestOnPopulate(t, "tests/text_input_array", "bar")
}