removing old API test

This commit is contained in:
Yotam Mann 2015-07-18 14:59:30 -04:00
parent 01060f13db
commit 8076facd88

View file

@ -25,13 +25,6 @@ function(Tone, chai, Recorder, Master, Effect, CrossFade, FeedbackEffect, Signal
Test.wasDisposed(e); 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(){ it("handles input and output connections", function(){
Test.onlineContext(); Test.onlineContext();
var e = new Effect(); var e = new Effect();