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:
@@ -10,8 +10,9 @@ afterEach(() => {
|
|||||||
const fetchPhotosFn = jest.fn();
|
const fetchPhotosFn = jest.fn();
|
||||||
|
|
||||||
const overviewComponentDefaultProps: IOverviewComponentProps = {
|
const overviewComponentDefaultProps: IOverviewComponentProps = {
|
||||||
photos: null,
|
photos: [],
|
||||||
overviewLoaded: false,
|
allPhotosLoaded: false,
|
||||||
|
triedLoading: false,
|
||||||
overviewFetching: false,
|
overviewFetching: false,
|
||||||
overviewFetchingError: null,
|
overviewFetchingError: null,
|
||||||
overviewFetchingSpinner: false,
|
overviewFetchingSpinner: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user