osbuilder/tests/e2e/e2e_test.go
2022-09-03 14:48:48 +02:00

14 lines
204 B
Go

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")
}