some text
`; +const str2 = `()=>some text2
`; +let renderApp; +beforeAll(() => { + document.body.appendChild(container); +}); +beforeEach(() => { + renderApp = (temp, babelOptions, deps, rerender, temp2, babelOptions2) => { + let secondRender = false; + const StrintToReactCom = StrintToReact.bind(undefined, deps); + const App = function () { + const template = secondRender ? temp2 || str : temp || str; + const babelOp = secondRender ? babelOptions2 : babelOptions; + returntype of imported useState is {typeof useState}
+type of React is {typeof React}
+type of React.useState is {typeof React.useState}
+type of props.useState is {typeof props.useState}
+ >); + }`} +This is my first component.
; +} +function MySecondComponent() { + returnThis is my second component.
; +} + +function App() { + return ( +some text
`; -const str2 = `()=>some text2
`; -let renderApp; -beforeAll(() => { - document.body.appendChild(container); -}); -beforeEach(() => { - window.Babel = window.Babel || {}; - window.React = window.React || React; - renderApp = (temp, deps, rerender, temp2) => { - let secondRender = false; - const StrintToReactCom = StrintToReact.bind(undefined, deps); - const App = function () { - const template = secondRender ? temp2 || str : temp || str; - return