mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-08-30 21:51:56 +00:00
robot: Add bundles test suite, fixup linting issues
This commit is contained in:
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")
|
||||
}
|
Loading…
Reference in New Issue
Block a user