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 authored Dec 3, 2024
1 parent db63e45 commit 4e15836
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 4e15836

Please sign in to comment.