sforkowany z mirror/soapbox
Fix dropdown-menu reducer test
rodzic
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,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue