Skip to content

Commit 83e438d

Browse files
committed
up
1 parent a507d62 commit 83e438d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/derived.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe("derived", () => {
3535

3636
expectSpy(spyEffect, 1, { args: [] });
3737
expectSpy(spyDerived, 1, { args: [], result: 2 });
38+
state.a = 3;
3839
await waitScheduler();
3940
expectSpy(spyEffect, 2, { args: [] });
4041
expectSpy(spyDerived, 2, { args: [], result: 6 });

0 commit comments

Comments
 (0)