aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/framework_test.go
blob: 8773fa2417dad4e4e077e38a9ce361674345d653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package main

import (
	"testing"

	. "github.com/onsi/ginkgo/v2"
	. "github.com/onsi/gomega"
)

func TestHst(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "HST")
}