mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Boostrapped BranchChooser
This commit is contained in:
@@ -141,5 +141,13 @@ describe("branches", () => {
|
||||
expect(names).toContain("branch1");
|
||||
expect(names).toContain("branch2");
|
||||
});
|
||||
|
||||
it("should return branches", () => {
|
||||
const state = {
|
||||
branches: {
|
||||
[key]: {}
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user