UNPKG

@navinc/base-react-components

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