datastar/site/smoketests/custom_plugin_test.go

10 lines
134 B
Go

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