mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
removing commented out test
This commit is contained in:
parent
f6843947d8
commit
d4bacbf4e8
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue