We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed68eb commit 5c8f5ffCopy full SHA for 5c8f5ff
test/tests/p5.Gain.js
@@ -28,7 +28,7 @@ describe('p5.Gain', function () {
28
});
29
30
describe('connect, disconnect', function () {
31
- it('can connect to empty node', function () {
+ it('connects to p5.soundOut when no arguments are provided', function () {
32
gain.connect();
33
34
it('can connect with or without input property', function () {
0 commit comments