Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuqingSong committed Jun 10, 2024
1 parent 30455ff commit b296c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('TextMutationObserverImpl', () => {
window.setTimeout(resolve, 10);
});

expect(onMutation).toHaveBeenCalledTimes(2);
expect(onMutation).toHaveBeenCalledTimes(1);
expect(onMutation).toHaveBeenCalledWith(false);

observer.stopObserving();
Expand Down

0 comments on commit b296c39

Please sign in to comment.