Files
shaka-player/test
Joey Parrish a7dc138e90 test: Fix Karma debug.html support (#6730)
To debug Karma tests, you can load debug.html in a browser.  However, this context has no back-channel to Karma and tries to load scripts by direct insertion into the document.  For compatibility, we need to have Closure inject scripts with the same methodology, to avoid having scripts load in the wrong order.  We also have to define the dump() method that Karma would normally inject into the testing context.
2024-06-03 09:12:16 -07:00
..