pub fn exec_tr<F, P>(_test_name: &str, syntax: Syntax, tr: F, input: &str)where F: FnOnce(&mut Tester<'_>) -> P, P: Pass,
Execute jest after transpiling input using tr.
jest
input
tr