fix tests
This commit is contained in:
parent
b55067ad60
commit
cf564a7d06
3 changed files with 21 additions and 15 deletions
|
|
@ -31,6 +31,8 @@ import '@strudel.cycles/xen/xen.mjs';
|
|||
// import '@strudel.cycles/serial/serial.mjs';
|
||||
// import controls from '@strudel.cycles/core/controls.mjs';
|
||||
|
||||
import { prebake } from './prebake.mjs';
|
||||
|
||||
class MockedNode {
|
||||
chain() {
|
||||
return this;
|
||||
|
|
@ -121,6 +123,7 @@ const uiHelpersMocked = {
|
|||
backgroundImage: id,
|
||||
};
|
||||
|
||||
prebake();
|
||||
|
||||
// TODO: refactor to evalScope
|
||||
extend(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue