Skip to content

Commit

Permalink
Update crates/oxc_transformer/src/jsx/jsx_impl.rs
Browse files Browse the repository at this point in the history
Co-authored-by: overlookmotel <[email protected]>
  • Loading branch information
IWANABETHATGUY and overlookmotel committed Dec 3, 2024
1 parent 0056c94 commit 8d4323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_transformer/src/jsx/jsx_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ mod test {
assert_eq!(member_expr.static_property_name(), Some("prop"));
match member_expr.object() {
Expression::MetaProperty(_) => {}
_ => panic!("Expected ThisExpression"),
_ => panic!("Expected MetaProperty"),
}
}
}

0 comments on commit 8d4323c

Please sign in to comment.