blob: 8773fa2417dad4e4e077e38a9ce361674345d653 [file] [log] [blame]
package main
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestHst(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "HST")
}