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 9d8cd2d commit 52ca46f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ 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 52ca46f

Please sign in to comment.