-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(jsdoc): Corrections to jsdoc #8277
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8277 +/- ##
==========================================
+ Coverage 82.36% 82.41% +0.05%
==========================================
Files 112 112
Lines 7483 7483
Branches 1804 1804
==========================================
+ Hits 6163 6167 +4
+ Misses 1320 1316 -4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -2209,6 +2209,29 @@ QUnit.test('should not allow to register custom player when any player has been | |||
videojs.registerComponent('Player', Player); | |||
}); | |||
|
|||
QUnit.test('setters getters passed to tech', function(assert) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is unrelated to the changes but makes Codecov happy as it increases coverage...
Description
Corrects some jsodc in Player, especially
Requirements Checklist