mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-07-19 01:36:46 +00:00
14 lines
191 B
Go
14 lines
191 B
Go
|
package cli_test
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
. "github.com/onsi/ginkgo/v2"
|
||
|
. "github.com/onsi/gomega"
|
||
|
)
|
||
|
|
||
|
func TestConfig(t *testing.T) {
|
||
|
RegisterFailHandler(Fail)
|
||
|
RunSpecs(t, "Config Suite")
|
||
|
}
|