Files
shaka-player/test
Joey Parrish 1db012dafb test: Fix secondary error thrown from unhandled errors (#7381)
In #7345, we disabled Jasmine's global error handler. However, jasmine
still tries to call this. So instead of replacing it with null, replace
it with a stub.

Also add comments about why we are able to do this and still handle
global errors in our own way.
2024-09-26 11:02:48 -07:00
..