fix overview test

This commit is contained in:
2020-10-15 16:14:26 +03:00
committed by Stepan Usatiuk
parent ed7497a4d6
commit 20865da8b9

View File

@@ -11,6 +11,7 @@ const fetchPhotosFn = jest.fn();
const overviewComponentDefaultProps: IOverviewComponentProps = {
photos: null,
overviewLoaded: false,
overviewFetching: false,
overviewFetchingError: null,
overviewFetchingSpinner: false,