removing commented out test

This commit is contained in:
Yotam Mann 2019-08-10 18:06:22 -04:00
parent f6843947d8
commit d4bacbf4e8

View file

@ -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();
});