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 5ace53d commit 908861eCopy full SHA for 908861e
packages/svelte/tests/signals/test.ts
@@ -1080,7 +1080,7 @@ describe('signals', () => {
1080
};
1081
});
1082
1083
- test.only("deriveds set after they are DIRTY doesn't get updated on get", () => {
+ test("deriveds set after they are DIRTY doesn't get updated on get", () => {
1084
return () => {
1085
const a = state(0);
1086
const b = derived(() => $.get(a));
0 commit comments