Skip to content

Commit b29bf27

Browse files
committed
exec_tr -> exec_module_tr
1 parent d363fd9 commit b29bf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/swc_ecma_transforms_proposal/tests/decorators.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn exec(input: PathBuf) {
3939
fn exec_inner(input: PathBuf) {
4040
let code = std::fs::read_to_string(&input).unwrap();
4141

42-
swc_ecma_transforms_testing::exec_tr(
42+
swc_ecma_transforms_testing::exec_module_tr(
4343
"decorator",
4444
Syntax::Typescript(TsSyntax {
4545
decorators: true,

0 commit comments

Comments
 (0)