package e2etests import ( _ "embed" "testing" ) func testTodo(t *testing.T) { tcs := []testCase{} runa(t, tcs) }