UNPKG

box-ui-elements-mlh

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