mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
created repo specific xhangeset and sourceslink
This commit is contained in:
@@ -161,11 +161,6 @@ describe("branches", () => {
|
||||
const newState = reducer({}, fetchBranchSuccess(branch3));
|
||||
expect(newState["branch3"]).toBe(branch3);
|
||||
});
|
||||
|
||||
it("should update state according to FETCH_BRANCH_SUCCESS action", () => {
|
||||
const newState = reducer({}, fetchBranch(URL + "/branch1", "branch1"));
|
||||
expect(newState["branch1"]).toBe(branch1);
|
||||
});
|
||||
});
|
||||
|
||||
describe("branch selectors", () => {
|
||||
|
||||
Reference in New Issue
Block a user