datastar/site/smoketests/set_all_paths_test.go

10 lines
133 B
Go

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