fix: tests

This commit is contained in:
Felix Roos
2025-06-19 09:12:05 +02:00
parent 6c4aa12c60
commit 64ab3c9ba7
2 changed files with 31 additions and 0 deletions
+2
View File
@@ -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
},
);