mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-01 15:18:10 +00:00
robot: Add bundles test suite, fixup linting issues
This commit is contained in:
committed by
Itxaka
parent
41f419fcd1
commit
ee3c7f5775
13
sdk/bundles/bundles_suite_test.go
Normal file
13
sdk/bundles/bundles_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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")
|
||||||
|
}
|
Reference in New Issue
Block a user