mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-06-03 01:44:53 +00:00
14 lines
187 B
Go
14 lines
187 B
Go
package uki
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestTypes(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "UKI test suite")
|
|
}
|