package endtoend import ( "testing" _ "edge-infra.dev/test/f2" _ "edge-infra.dev/test/f2/x/ktest" ) // I only exist for test/rosa/binaries/scripts/deps_test.sh // nothing here is a good example to build off of func TestE2E(t *testing.T) { t.Log("I'm in the correct directory :)") }