describe('Hello Moon', () => { const helloMoon = 'Hello, Moon!' it('says hello moon', () => { expect(helloMoon).toEqual('Hello, Moon!') }) }) // import * as React from 'react' // import { createTheme, render } from '../../theming' // import { Module } from './module' // const theme = createTheme([]) // test('renders without crashing', (): void => { // render( // //

I am a child

//
, // { theme }, // ) // })