Fix dropdown-menu reducer test

renovate/tabler-icons-2.x
Chewbacca 2023-02-10 13:39:16 -05:00
rodzic 59ce093b31
commit 21a525ba8d
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -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,
});
});
});