UNPKG

@navinc/base-react-components

Version:
10 lines (8 loc) 265 B
import React from 'react' import CDNIllustration from './cdn-illustration.js' import { render } from '../tests/with-app-context.js' describe('<CDNIllustration />', () => { it('renders', () => { expect(() => render(<CDNIllustration />)).not.toThrow() }) })