fix: test runtime for uniform function

This commit is contained in:
Felix Roos
2024-10-19 15:15:25 +02:00
parent fcd550b5bd
commit 8d1180f87a
+3
View File
@@ -77,6 +77,9 @@ const toneHelpersMocked = {
strudel.Pattern.prototype.osc = function () {
return this;
};
strudel.Pattern.prototype.uniform = function () {
return this;
};
strudel.Pattern.prototype.csound = function () {
return this;
};