Update packages/svelte/tests/signals/test.ts

pull/14443/head
Rich Harris 2 years ago committed by GitHub
parent 22ae61b55e
commit 91e7e5becb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -740,7 +740,7 @@ describe('signals', () => {
};
});
test('nested deriveds clean up the releationships when used with untrack', () => {
test('nested deriveds clean up the relationships when used with untrack', () => {
return () => {
let a = render_effect(() => {});

Loading…
Cancel
Save