Skip to content

Commit

Permalink
test: Upgrade UA parser to differentiate Chromecasts (#6568)
Browse files Browse the repository at this point in the history
This uses a preview of faisalman/ua-parser-js#724 to differentiate between Chromecast models in Karma.
  • Loading branch information
joeyparrish committed May 9, 2024
1 parent 7df5975 commit 8a237ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
19 changes: 11 additions & 8 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -63,6 +63,11 @@
"tippy.js": "^4.3.5",
"which": "^2.0.2"
},
"overrides": {
"karma": {
"ua-parser-js": "github:joeyparrish/ua-parser-js#preview"
}
},
"shakaCustom": {
"purposeOfDemoDeps": "These are the files from node_modules that need to be deployed with the demo app.",
"demoDeps": [
Expand Down

0 comments on commit 8a237ab

Please sign in to comment.