Skip to content

Commit

Permalink
Fix getVideo stub (#12525)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Jan 17, 2023
1 parent 0b0fed8 commit c9e315d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ajax_stubs.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const getVideo = function(urls, callback) {
if (err) return callback(err);
callback(null, {
readyState: 4, // HAVE_ENOUGH_DATA
setAttribute() {},
addEventListener() {},
play() {},
width: png.width,
Expand Down

0 comments on commit c9e315d

Please sign in to comment.