Fixed TS compilation in tests

This commit is contained in:
Alejandro Celaya
2020-12-08 19:31:09 +01:00
parent 60282281a3
commit 3e6aee47e5
4 changed files with 6 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ describe('shortUrlVisitsReducer', () => {
pagination: {
currentPage: 1,
pagesCount: 1,
totalItems: 1,
},
}));
@@ -144,6 +145,7 @@ describe('shortUrlVisitsReducer', () => {
pagination: {
currentPage: page,
pagesCount: expectedRequests,
totalItems: 1,
},
}));

View File

@@ -124,6 +124,7 @@ describe('tagVisitsReducer', () => {
pagination: {
currentPage: 1,
pagesCount: 1,
totalItems: 1,
},
}));