pub fn detect_removed_tests(base: &str, head: &str) -> Vec<String>
Detect net-removed tests: a it( / test( / describe( callsite count that dropped between base and head (a test deleted).
it(
test(
describe(