1 package apitesting_test 2 3 import ( 4 "testing" 5 ) 6 7 func TestApitesting(t *testing.T) { 8 // dummy file to bypass ginkgo check 9 // since this is a regular go test suite no ginkgo bootstrap is needed 10 } 11
View as plain text