(str: string)
| 8 | `).children[0]; |
| 9 | }; |
| 10 | export const parseNodes = (str: string) => { |
| 11 | return parseJsx(` |
| 12 | export default function MyComponent() { |
| 13 | return (<>${str}</>) |
| 14 | } |
| 15 | `).children[0].children; |
| 16 | }; |
nothing calls this directly
no test coverage detected