Skip to content

Commit

Permalink
test: Upgrade Karma to fork with additional fixes (#6639)
Browse files Browse the repository at this point in the history
The only fix right now is a minor one:

  joeyparrish/karma@d98765e

With the message:

> fix: Fix message event exception
>
> Message events may not have an origin, and they may not have an
> originalEvent field.  This happens in particular when loading Karma
> and the Chromecast SDK on a Chromecast.  An event arrives from the
> platform with neither of these properties.
>
> This fixes the error by checking for originalEvent before accessing
> a property of it.

To see a diff of all current fixes at any time, see:

  karma-runner/karma@master...joeyparrish:karma:shaka-fixes
  • Loading branch information
joeyparrish committed May 18, 2024
1 parent 7fc6ad2 commit 3c2fd55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"jsdoc": "github:joeyparrish/jsdoc#2ca85bb6",
"karma": "^6.4.3",
"karma": "github:joeyparrish/karma#shaka-fixes",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-ajax": "^0.1.13",
Expand Down

0 comments on commit 3c2fd55

Please sign in to comment.