mirror of
https://github.com/videojs/video.js.git
synced 2025-11-29 23:07:51 +02:00
fix(vjsstandard): update to 8.0.2 and fixup linting (#5413)
This commit is contained in:
@@ -152,8 +152,10 @@ QUnit.test('should trigger beforesetup and setup during videojs setup', function
|
||||
assert.equal(beforeSetupCalled, true, 'beforesetup should have been called already');
|
||||
assert.ok(player, 'created player from tag');
|
||||
assert.ok(player.id() === 'test_vid_id');
|
||||
assert.ok(videojs.getPlayers().test_vid_id === player,
|
||||
'added player to global reference');
|
||||
assert.ok(
|
||||
videojs.getPlayers().test_vid_id === player,
|
||||
'added player to global reference'
|
||||
);
|
||||
};
|
||||
|
||||
const fixture = document.getElementById('qunit-fixture');
|
||||
|
||||
Reference in New Issue
Block a user