mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
fix overview test
This commit is contained in:
@@ -10,8 +10,9 @@ afterEach(() => {
|
||||
const fetchPhotosFn = jest.fn();
|
||||
|
||||
const overviewComponentDefaultProps: IOverviewComponentProps = {
|
||||
photos: null,
|
||||
overviewLoaded: false,
|
||||
photos: [],
|
||||
allPhotosLoaded: false,
|
||||
triedLoading: false,
|
||||
overviewFetching: false,
|
||||
overviewFetchingError: null,
|
||||
overviewFetchingSpinner: false,
|
||||
|
||||
Reference in New Issue
Block a user