Function swc_ecma_transforms_testing::test_fixture[][src]

pub fn test_fixture<P>(
    syntax: Syntax,
    tr: &dyn Fn(&mut Tester<'_>) -> P,
    input: &Path,
    output: &Path
) where
    P: Fold