From 53173e52b151537ad8510da5e7802f342d24a372 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 25 Nov 2022 12:36:15 +0100 Subject: Remove unneeded tests --- tests/mdx_jsx_text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mdx_jsx_text.rs') diff --git a/tests/mdx_jsx_text.rs b/tests/mdx_jsx_text.rs index 0520ad2..e403e6d 100644 --- a/tests/mdx_jsx_text.rs +++ b/tests/mdx_jsx_text.rs @@ -608,7 +608,7 @@ fn mdx_jsx_text_gnostic() -> Result<(), String> { to_html_with_options("a f", &swc) .err() .unwrap(), - "1:6: Expected a single spread value, such as `...x`", + "1:6: Unexpected prop in spread (such as `{x}`): only a spread is supported (such as `{...x}`)", "should crash on invalid JS in an attribute expression (2)" ); -- cgit