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()
})
})