mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
Merge with upstream
This commit is contained in:
@@ -4,7 +4,7 @@ describe("binder tests", () => {
|
||||
let binder: Binder;
|
||||
|
||||
beforeEach(() => {
|
||||
binder = new Binder();
|
||||
binder = new Binder("testing");
|
||||
});
|
||||
|
||||
it("should return an empty array for non existing extension points", () => {
|
||||
|
||||
Reference in New Issue
Block a user