fix: tests
This commit is contained in:
parent
6c4aa12c60
commit
64ab3c9ba7
2 changed files with 31 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ const toneHelpersMocked = {
|
|||
'_pianoroll',
|
||||
'_spectrum',
|
||||
'markcss',
|
||||
'p',
|
||||
].forEach((mock) => {
|
||||
strudel.Pattern.prototype[mock] = function () {
|
||||
return this;
|
||||
|
|
@ -163,6 +164,7 @@ evalScope(
|
|||
loadCsound,
|
||||
loadcsound,
|
||||
setcps: id,
|
||||
setcpm: id,
|
||||
Clock: {}, // whatever
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue