fix some tests

This commit is contained in:
Felix Roos 2022-12-11 12:06:00 +01:00
parent caa207e868
commit 719dcbcd4d
3 changed files with 13 additions and 5 deletions

View file

@ -153,6 +153,9 @@ const audioCtx = {
const getDrawContext = () => canvasCtx;
const getAudioContext = () => audioCtx;
const loadSoundfont = () => {};
const loadCsound = () => {};
const loadCSound = () => {};
const loadcsound = () => {};
// TODO: refactor to evalScope
evalScope(
@ -178,6 +181,9 @@ evalScope(
getDrawContext,
getAudioContext,
loadSoundfont,
loadCSound,
loadCsound,
loadcsound,
Clock: {}, // whatever
// Tone,
},