mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Implement unit tests for the network utility code
This should provide 100% coverage for the file.
This commit is contained in:
parent
404cba878c
commit
957e2d420d
4 changed files with 181 additions and 1 deletions
|
@ -63,6 +63,7 @@ function initializePDFJS(callback) {
|
|||
'pdfjs-test/unit/metadata_spec',
|
||||
'pdfjs-test/unit/murmurhash3_spec',
|
||||
'pdfjs-test/unit/network_spec',
|
||||
'pdfjs-test/unit/network_utils_spec',
|
||||
'pdfjs-test/unit/parser_spec',
|
||||
'pdfjs-test/unit/pdf_history_spec',
|
||||
'pdfjs-test/unit/primitives_spec',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue