We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f2a41 commit 305d250Copy full SHA for 305d250
1 file changed
test/playback.test.js
@@ -383,7 +383,6 @@ if (!videojs.browser.IS_FIREFOX) {
383
player.width(640);
384
player.height(360);
385
386
-
387
player.one('ended', () => {
388
assert.ok(true, 'triggered ended');
389
assert.equal(player.error(), null, 'no errors');
0 commit comments