mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
add check if links exists in order to update permissions directly before fetching
This commit is contained in:
@@ -471,7 +471,8 @@ describe("permissions reducer", () => {
|
||||
);
|
||||
});
|
||||
|
||||
/*it("should add permission", () => { //changing state had to be removed because of errors
|
||||
it("should add permission", () => {
|
||||
//changing state had to be removed because of errors
|
||||
const oldState = {
|
||||
"hitchhiker/puzzle42": {
|
||||
entries: [hitchhiker_puzzle42Permission_user_eins]
|
||||
@@ -496,7 +497,7 @@ describe("permissions reducer", () => {
|
||||
expect(newState["hitchhiker/puzzle42"]).toEqual(
|
||||
expectedState["hitchhiker/puzzle42"]
|
||||
);
|
||||
});*/
|
||||
});
|
||||
});
|
||||
|
||||
describe("permissions selectors", () => {
|
||||
|
||||
Reference in New Issue
Block a user