mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
removing old API test
This commit is contained in:
parent
01060f13db
commit
8076facd88
1 changed files with 0 additions and 7 deletions
|
@ -25,13 +25,6 @@ function(Tone, chai, Recorder, Master, Effect, CrossFade, FeedbackEffect, Signal
|
|||
Test.wasDisposed(e);
|
||||
});
|
||||
|
||||
it("can by bypassed", function(){
|
||||
var e = new Effect();
|
||||
e.bypass();
|
||||
expect(e.wet.value).to.equal(0);
|
||||
e.dispose();
|
||||
});
|
||||
|
||||
it("handles input and output connections", function(){
|
||||
Test.onlineContext();
|
||||
var e = new Effect();
|
||||
|
|
Loading…
Reference in a new issue