main
js 8 lines 138 Bytes
Raw
1 function Component() {
2 return <div>&gt;&lt;span &amp;</div>;
3 }
4
5 export const FIXTURE_ENTRYPOINT = {
6 fn: Component,
7 params: [{}],
8 };