import
The unit-test files themselves shouldn't be loaded until Jasmine has been setup/configured, however that doesn't matter for the "normal" PDF.js library files. Hence we can simply `import` them in the standard way.
var
test/unit
This allows us to enforce that `var` is not used anymore in the unit tests to modernize the code and prevent subtle bugs.