Skip to content

Commit

Permalink
fix: test runtime for uniform function
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Oct 19, 2024
1 parent fcd550b commit 8d1180f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtime.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 8d1180f

Please sign in to comment.