Skip to content

Commit

Permalink
feat: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavkeblysh committed Dec 29, 2023
1 parent 52ca46f commit 1942b1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ describe('VideoSourceWidget', () => {
const { onBlur } = el
// eslint-disable-next-line
.children().at(1).children().at(0).children().at(2).props();
onBlur('onBlur event');
expect(hook.updateVideoURL).toHaveBeenCalledWith('onBlur event', '');
});
});
Expand Down

0 comments on commit 1942b1c

Please sign in to comment.