Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Jan 2, 2025
1 parent 7ec0294 commit 3634549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/tests/signals/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ describe('signals', () => {
const b = state(0);
const c = derived(() => {
$.get(a);
return $.get(b)
return $.get(b);
});

$.get(c);
Expand Down

0 comments on commit 3634549

Please sign in to comment.