mirror of
https://github.com/kairos-io/tpm-helpers.git
synced 2025-06-29 16:06:52 +00:00
14 lines
197 B
Go
14 lines
197 B
Go
package backend_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestBackend(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Backend Suite")
|
|
}
|