mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-08-01 15:23:24 +00:00
14 lines
197 B
Go
14 lines
197 B
Go
|
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")
|
||
|
}
|