UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

14 lines (11 loc) 326 B
import React from 'react'; import { render } from 'react-dom'; import AreaUnits from './AreaUnits'; import { AREA_UNITS } from '../../constants/units'; it('renders without crashing', () => { const div = document.createElement('div'); render( <AreaUnits value={300} unit={AREA_UNITS.SQUARE_FOOT} />, div ); });