kairos-sdk/bundles/bundles_suite_test.go

14 lines
197 B
Go
Raw Normal View History

package bundles_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestBundles(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Bundles Suite")
}