UNPKG

@buffetjs/styles

Version:

Buffetjs Styles - The styling solution of Buffetjs

13 lines (9 loc) 258 B
import React from 'react'; import { shallow } from 'enzyme'; import InputNumber from '../index'; const renderComponent = () => shallow(<InputNumber />); describe('<InputNumber />', () => { it('should not crash', () => { renderComponent(); }); });