Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Feb 18, 2024
1 parent 9f90283 commit af6f9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tests/history.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ describe('History', () => {
await new Promise((resolve) => {
setTimeout(() => {
resolve(true);
}, 100);
}, 200);
});

reka.change(
Expand Down

0 comments on commit af6f9e4

Please sign in to comment.