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

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

Loading…
Cancel
Save