UNPKG

box-ui-elements-mlh

Version:
12 lines (8 loc) 270 B
import React from 'react'; import TrialBadge from '../TrialBadge'; describe('components/badge/TrialBadge', () => { test('should render a trial badge', () => { const wrapper = shallow(<TrialBadge />); expect(wrapper).toMatchSnapshot(); }); });