whoops: made it so it only funs one test

This commit is contained in:
Yotam Mann 2019-12-06 17:23:02 -05:00
parent 9f51cb5293
commit 2295ce674e

View file

@ -49,7 +49,7 @@ describe("Reverb", () => {
});
});
it.only("passes audio from input to output", () => {
it("passes audio from input to output", () => {
return Offline(async () => {
const osc = new Oscillator();
osc.start(0).stop(0.1);