Boostrapped BranchChooser

This commit is contained in:
Philipp Czora
2018-10-04 20:02:18 +02:00
parent e059762fc4
commit eaf8951164
4 changed files with 84 additions and 30 deletions

View File

@@ -141,5 +141,13 @@ describe("branches", () => {
expect(names).toContain("branch1");
expect(names).toContain("branch2");
});
it("should return branches", () => {
const state = {
branches: {
[key]: {}
}
};
});
});
});