snapshot + add markcss in test runtime

This commit is contained in:
Felix Roos 2024-10-22 22:27:57 +02:00
parent aeaf447142
commit 53b8bbb732
2 changed files with 24 additions and 0 deletions

View file

@ -134,6 +134,9 @@ strudel.Pattern.prototype._pitchwheel = function () {
strudel.Pattern.prototype._pianoroll = function () {
return this;
};
strudel.Pattern.prototype.markcss = function () {
return this;
};
const uiHelpersMocked = {
backgroundImage: id,