Skip to content

Commit

Permalink
Disable debugging in integration/unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robwalch authored Nov 22, 2024
1 parent 7628dad commit 4437062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/controller/level-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ audio_5441.m4s`;

beforeEach(function () {
hls = new Hls({
debug: true,
// debug: true,
}) as unknown as HlsTestable;
for (let i = hls.networkControllers.length; i--; ) {
const component = hls.networkControllers[i];
Expand Down

0 comments on commit 4437062

Please sign in to comment.