replace old tests

+ ignore tune test for now
+ add happy-dom
This commit is contained in:
Felix Roos 2022-08-06 12:22:11 +02:00
parent 03158bd689
commit 488ebf8f1a
27 changed files with 1840 additions and 1690 deletions

View file

@ -11,7 +11,6 @@ const { isPattern, Pattern } = strudel;
export const extend = (...args) => {
console.warn('@strudel.cycles/eval extend is deprecated, please use evalScope instead');
console.log('extend', args);
Object.assign(globalThis, ...args);
};