created repo specific xhangeset and sourceslink

This commit is contained in:
Florian Scholdei
2019-04-01 15:25:55 +02:00
parent 7f1aeb0492
commit d6ead4fa82
3 changed files with 24 additions and 9 deletions

View File

@@ -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", () => {