UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

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