fix overview test

This commit is contained in:
2020-10-16 18:49:06 +00:00
committed by Stepan Usatiuk
parent 5bfd40426a
commit 0ceb82474f

View File

@@ -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,