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:
parent
5ae7863d8f
commit
ab4b9a0e2e
1 changed files with 0 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue