Initial import
This commit is contained in:
13
agent/agent_suite_test.go
Normal file
13
agent/agent_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package agent_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestAgent(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Agent test suite")
|
||||
}
|
||||
Reference in New Issue
Block a user