UNPKG

@muvehealth/fixins

Version:

Component library for Muvehealth

11 lines (9 loc) 252 B
/* eslint-disable function-paren-newline, comma-dangle */ import React from 'react' import Menu from '../MSMenu' describe('MSMenu', () => { it('renders a MSMenu', () => { const tree = shallow(<Menu />) expect(tree).toMatchSnapshot() }) })