committed by
mudler
parent
608d7aba85
commit
9b7344fbdf
13
pkg/stdio/client_suite_test.go
Normal file
13
pkg/stdio/client_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package stdio
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestSTDIOTransport(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "STDIOTransport test suite")
|
||||
}
|
||||
Reference in New Issue
Block a user