github.com/smartcontractkit/chainlink-terra@v0.1.4/tests/e2e/chaos/suite_test.go (about) 1 package chaos_test 2 3 import ( 4 "github.com/smartcontractkit/chainlink-terra/tests/e2e/utils" 5 "testing" 6 7 . "github.com/onsi/ginkgo/v2" 8 ) 9 10 func Test_Suite(t *testing.T) { 11 utils.GinkgoSuite() 12 RunSpecs(t, "Chaos") 13 }