osbuilder/tests/e2e/e2e_test.go

14 lines
204 B
Go
Raw Normal View History

2022-09-03 12:48:48 +00:00
package e2e_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestE2e(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "c3os-operator e2e test Suite")
}