use new transpiler in test runtime
This commit is contained in:
parent
e769ed2fd8
commit
122c4242ce
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
// it might require mocking more stuff when tunes added that use other functions
|
// it might require mocking more stuff when tunes added that use other functions
|
||||||
|
|
||||||
// import * as tunes from './tunes.mjs';
|
// import * as tunes from './tunes.mjs';
|
||||||
import { evaluate } from '@strudel.cycles/eval';
|
// import { evaluate } from '@strudel.cycles/eval';
|
||||||
// import { evaluate } from '@strudel.cycles/transpiler';
|
import { evaluate } from '@strudel.cycles/transpiler';
|
||||||
import { evalScope } from '@strudel.cycles/core';
|
import { evalScope } from '@strudel.cycles/core';
|
||||||
import * as strudel from '@strudel.cycles/core';
|
import * as strudel from '@strudel.cycles/core';
|
||||||
import * as webaudio from '@strudel.cycles/webaudio';
|
import * as webaudio from '@strudel.cycles/webaudio';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue