snapshot + add markcss in test runtime
This commit is contained in:
parent
aeaf447142
commit
53b8bbb732
2 changed files with 24 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue