kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix sidebar reducer test
rodzic
13b6652feb
commit
934055557f
|
|
@ -2,6 +2,6 @@ import reducer from '../sidebar';
|
|||
|
||||
describe('sidebar reducer', () => {
|
||||
it('should return the initial state', () => {
|
||||
expect(reducer(undefined, {})).toEqual({});
|
||||
expect(reducer(undefined, {})).toEqual({ sidebarOpen: false });
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue