pdf.js/test/unit
Jonas Jenwald 7163e1eff3 Faster unit-tests by using beforeAll/afterAll in api_spec.js
In the API unit-tests, we're currently loading the `basicapi.pdf` before every sub-test in `PDFDocument` and `Page`, which slows down the unit-tests quite a bit.
Locally this patch reduces the run time for `gulp unittest` by at least 40% for me.
2016-03-30 15:32:01 +02:00
..
annotation_layer_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
api_spec.js Faster unit-tests by using beforeAll/afterAll in api_spec.js 2016-03-30 15:32:01 +02:00
cmap_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
crypto_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
dom_utils_spec.js Removes global PDFJS usage from the src/core/. 2016-03-23 19:24:37 -05:00
evaluator_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
font_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
function_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
jasmine-boot.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
metadata_spec.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
network_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
parser_spec.js Ensure that Lexer_getName does not fail if a Name contains in invalid usage of the NUMBER SIGN (#) (issue 6692) 2015-11-28 11:59:09 +01:00
primitives_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
stream_spec.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
testreporter.js Updates Jasmine version. 2016-03-29 09:34:13 -05:00
ui_utils_spec.js Strip null (\x00) characters from the URLs in LinkAnnotations (issue 6832) 2016-01-04 21:55:20 +01:00
unit_test.html Updates Jasmine version. 2016-03-29 09:34:13 -05:00
util_spec.js Removes global PDFJS usage from the src/core/. 2016-03-23 19:24:37 -05:00