diff --git a/test/helper/SourceTests.ts b/test/helper/SourceTests.ts index 6d205156..d9e85cd6 100644 --- a/test/helper/SourceTests.ts +++ b/test/helper/SourceTests.ts @@ -19,9 +19,6 @@ export function SourceTests(Constr, args?): void { const instance = new Constr(args); // has no input expect(instance.numberOfInputs).to.equal(0); - // expect(() => { - // connectFrom().connect(instance); - // }).to.throw(Error); instance.dispose(); });