mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
start implementation of pagination for users
This commit is contained in:
@@ -359,7 +359,10 @@ describe("users reducer", () => {
|
||||
entries: ["zaphod", "ford"],
|
||||
error: null,
|
||||
loading: false,
|
||||
userCreatePermission: true
|
||||
userCreatePermission: true,
|
||||
page: 0,
|
||||
pageTotal: 1,
|
||||
_links: responseBody._links
|
||||
});
|
||||
|
||||
expect(newState.byNames).toEqual({
|
||||
|
||||
Reference in New Issue
Block a user