mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
whoops: made it so it only funs one test
This commit is contained in:
parent
9f51cb5293
commit
2295ce674e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue