Skip to content

Commit

Permalink
fix: throws_with_invalid_configuration test
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Jan 14, 2024
1 parent 60d4722 commit 5d83cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/transform_svg_component/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ export default SvgComponent;

#[test]
#[should_panic(
expected = r#"called `Result::unwrap()` on an `Err` value: "Specify \"namespace\", \"defaultSpecifier\", or \"specifiers\" in \"jsxRuntimeImport\" option"#
expected = r#"called `Result::unwrap()` on an `Err` value: Configuration("Specify \"namespace\", \"defaultSpecifier\", or \"specifiers\" in \"jsxRuntimeImport\" option")"#
)]
fn throws_with_invalid_configuration() {
test_code(
Expand Down

0 comments on commit 5d83cb9

Please sign in to comment.