UNPKG

@navinc/base-react-components

Version:
9 lines (7 loc) 264 B
import { CDNIllustration } from './cdn-illustration.js' import { renderWithContext } from './tests/with-app-context.js' describe('<CDNIllustration />', () => { it('renders', () => { expect(() => renderWithContext(<CDNIllustration />)).not.toThrow() }) })