UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

10 lines (7 loc) 236 B
import React from 'react'; import { render } from 'react-dom'; import GuideCard from './GuideCard'; it('renders without crashing', () => { const div = document.createElement('div'); render(<GuideCard title="" src="" />, div); });