Fix dropdown-menu reducer test

environments/review-hoverable-cuf604/deployments/2584
Chewbacca 2 years ago
parent 59ce093b31
commit 21a525ba8d

@ -3,9 +3,7 @@ import reducer from '../dropdown-menu';
describe('dropdown_menu reducer', () => {
it('should return the initial state', () => {
expect(reducer(undefined, {} as any).toJS()).toEqual({
openId: null,
placement: null,
keyboard: false,
isOpen: false,
});
});
});

Loading…
Cancel
Save