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