UNPKG

@muvehealth/fixins

Version:

Component library for Muvehealth

10 lines (8 loc) 217 B
import React from 'react' import Absolute from '../Absolute' describe('Absolute', () => { it('renders an Absolute', () => { const tree = shallow(<Absolute top={3} />) expect(tree).toMatchSnapshot() }) })