mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
fix overview test
This commit is contained in:
@@ -11,6 +11,7 @@ const fetchPhotosFn = jest.fn();
|
|||||||
|
|
||||||
const overviewComponentDefaultProps: IOverviewComponentProps = {
|
const overviewComponentDefaultProps: IOverviewComponentProps = {
|
||||||
photos: null,
|
photos: null,
|
||||||
|
overviewLoaded: false,
|
||||||
overviewFetching: false,
|
overviewFetching: false,
|
||||||
overviewFetchingError: null,
|
overviewFetchingError: null,
|
||||||
overviewFetchingSpinner: false,
|
overviewFetchingSpinner: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user