pull/15673/head
ComputerGuy 1 month ago
parent 0ce70ff070
commit 50e4a08e9f

@ -1414,8 +1414,8 @@ describe('signals', () => {
flushSync(); flushSync();
assert.equal(updates, 3); assert.equal(updates, 3);
destroy(); destroy();
}; };
}); });
test('$effect.root inside deriveds stay alive independently', () => { test('$effect.root inside deriveds stay alive independently', () => {
const log: any[] = []; const log: any[] = [];

Loading…
Cancel
Save