Skip to content

Commit b054746

Browse files
committed
test case
1 parent 5205e7c commit b054746

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/signals

1 file changed

+1
-1
lines changed

packages/svelte/tests/signals/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ describe('signals', () => {
440440

441441
assert.deepEqual(log, [[{}], [{}], [{}], [{}], [{}]]);
442442

443-
log.length = 0
443+
log.length = 0;
444444

445445
const destroy3 = effect_root(() => {
446446
render_effect(() => {

0 commit comments

Comments
 (0)