Skip to content
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

chore: Update using plugin generator v7.2.4 #52

Merged
merged 5 commits into from
Sep 5, 2018

Conversation

brandonocasey
Copy link
Contributor

Changes

  • had to catch promise errors in the eme tests as new qunit versions make the test fail on promise errors
  • some linting

@misteroneill misteroneill changed the title Chore/generator v7 chore: Update using plugin generator v7.2.1 Aug 31, 2018
src/plugin.js Outdated
@@ -28,7 +28,7 @@ export const hasSession = (sessions, initData) => {
// is safe though, and might be a good idea to retain in the short term (until we have
// catalogued the full range of browsers and their implementations).
if (arrayBuffersEqual(arrayBufferFrom(sessions[i].initData),
arrayBufferFrom(initData))) {
arrayBufferFrom(initData))) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to the new indentation handling in eslint 4, this is what is required. We could put all the code on one line instead of this instead.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe split this into variables for readability?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


module.exports = function(config) {
const options = {
customLaunchers(defaults) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the default videojs-generate-karma-config browser set up should work since contrib-eme doesn't have e2e playback tests

@brandonocasey brandonocasey changed the title chore: Update using plugin generator v7.2.1 chore: Update using plugin generator v7.2.3 Sep 4, 2018
@brandonocasey brandonocasey changed the title chore: Update using plugin generator v7.2.3 chore: Update using plugin generator v7.2.4 Sep 5, 2018
@misteroneill misteroneill merged commit 761f547 into master Sep 5, 2018
@misteroneill misteroneill deleted the chore/generator-v7 branch September 5, 2018 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants