diff --git a/test.js b/test.js index 326119a..edc4b7c 100644 --- a/test.js +++ b/test.js @@ -80,13 +80,13 @@ const multipleComponents = ` const Component2 = () => ; `; -const fragmentsWontUpdate = `const Component = () => { +const fragmentsWontUpdate = `const Component = () => <> -};`; +;`; const tests = { 'data-component': {