package controller_test import ( "testing" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "kubevirt.io/containerized-data-importer/tests/reporters" ) func TestController(t *testing.T) { RegisterFailHandler(Fail) RunSpecsWithDefaultAndCustomReporters(t, "Controller Suite", reporters.NewReporters()) }