1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Modernize the font-tests

This patch first of all enables linting of the files in the `test/font/` folder, and secondly it also re-factors all test files to use native `import`/`export` statements. Finally, all tests are now loaded correctly, rather than being included as scripts through the `font_test.html` file.
This commit is contained in:
Jonas Jenwald 2020-10-26 12:12:40 +01:00
parent 71a14be8e7
commit 6967b9dd96
8 changed files with 120 additions and 94 deletions

File diff suppressed because one or more lines are too long