import { CDNIllustration } from './cdn-illustration.js'
import { renderWithContext } from './tests/with-app-context.js'
describe('<CDNIllustration />', () => {
it('renders', () => {
expect(() => renderWithContext(<CDNIllustration />)).not.toThrow()
})
})