import { render } from '@test-utils'; import Sun from './sun'; describe('Sun', () => { it('renders a sun icon', () => { const { container } = render(); expect(container).toBeDefined(); }); }); ='https://git.armand.philippot.eu/www.armandphilippot.com/atom/public/prism/prism-gml.min.js?h=v2.0.0' type='application/atom+xml'/>
1 2 3 4 5 6 7 8 9 10 11 12 13