linter fix
This commit is contained in:
parent
e01b7d8d70
commit
3635d669f4
|
@ -8,6 +8,6 @@ describe('height_cache reducer', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should handle HEIGHT_CACHE_CLEAR', () => {
|
it('should handle HEIGHT_CACHE_CLEAR', () => {
|
||||||
expect(reducer(undefined, {})).toEqual(ImmutableMap());
|
expect(reducer(undefined, { type: HEIGHT_CACHE_CLEAR })).toEqual(ImmutableMap());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue