mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 16:53:23 +00:00
14 lines
212 B
Go
14 lines
212 B
Go
package containerized_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestContainerized(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Containerized Suite")
|
|
}
|