ExtensionPoint now uses binder provided from context

This commit is contained in:
Sebastian Sdorra
2020-02-19 10:06:10 +01:00
parent f96ebc98cd
commit bd57acf138
3 changed files with 47 additions and 47 deletions

View File

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