Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Nov 20, 2024
1 parent 43326eb commit 609d46c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test.h264.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ async function haveH264Decode() {
};

let support = await VideoDecoder.isConfigSupported(config);
console.log(support);

Check failure on line 53 in tests/test.h264.js

View workflow job for this annotation

GitHub Actions / eslint

Unexpected console statement
_haveH264Decode = support.supported;

return _haveH264Decode;
Expand Down Expand Up @@ -206,7 +207,7 @@ describe('H.264 Decoder Unit Test', function () {
});
});

describe('H.264 Decoder Functional Test', function () {
describe.only('H.264 Decoder Functional Test', function () {
let decoder;
let display;

Expand Down

0 comments on commit 609d46c

Please sign in to comment.