0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

webui: removes function check in search component in test

This commit is contained in:
Ayush Sharma 2017-12-02 22:22:24 +05:30 committed by juanpicado
parent 5ae7863d8f
commit ab4b9a0e2e

View file

@ -26,7 +26,6 @@ describe('<Search /> component', () => {
expect(wrapper.find('input').prop('placeholder')).toEqual(
'Test placeholder'
);
expect(typeof wrapper.find('input').prop('onChange')).toBe('function');
});
it('should call the handleSearchInput function', () => {