We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a90c3 commit 9d60721Copy full SHA for 9d60721
packages/svelte/tests/signals/test.ts
@@ -740,7 +740,7 @@ describe('signals', () => {
740
};
741
});
742
743
- test.only('nested deriveds clean up the releationships when used with untrack', () => {
+ test('nested deriveds clean up the releationships when used with untrack', () => {
744
return () => {
745
let a = render_effect(() => {});
746
0 commit comments