pdf.js/test/integration
Jonas Jenwald 70bac87fed Fix (most) LGTM warnings
Most of the warnings we don't really care about, and those are simply white-listed using inline comments; however two cases prompted actual code changes:

 - In `src/display/pattern_helper.js` the branch in question is indeed unreachable, and should thus be safe to remove. (This code originated in PR 4192, which is now over seven years ago.)

 - In `test/test.js`, the function in question indeed doesn't accept any arguments. (The patch also re-formats a string just above, which didn't seem worthy of a separated patch.)

This now leaves only *one* warning in the LGTM report, however that one is a false positive that we'll need to report upstream.
2021-07-24 14:23:59 +02:00
..
accessibility_spec.js Add support for basic structure tree for accessibility. 2021-04-09 09:56:28 -07:00
annotation_spec.js Fix some integration tests 2021-05-08 16:27:45 +02:00
find_spec.js Enable the ESLint operator-assignment rule 2021-07-04 12:57:45 +02:00
scripting_spec.js Fix (most) LGTM warnings 2021-07-24 14:23:59 +02:00
test_utils.js JS -- Add support for buttons 2020-12-22 16:41:51 +01:00