pdf.js/test/unit/clitests.json
Jonas Jenwald e88c9c75db Simplify the FileAttachmentAnnotation unit-test to avoid having to use the entire API in the test
Every other unit-test in `annotation_spec.js` is already only testing the annotation code. Hence it seems unnecessarily convoluted to make use of the API here, when we can (fairly) simply provide the necessary data explicitly as in all the other annotation unit-test.
2017-01-12 19:10:37 +01:00

22 lines
433 B
JSON

{
"spec_dir": "test/unit",
"spec_files": [
"annotation_spec.js",
"bidi_spec.js",
"cff_parser_spec.js",
"crypto_spec.js",
"document_spec.js",
"dom_utils_spec.js",
"evaluator_spec.js",
"fonts_spec.js",
"function_spec.js",
"murmurhash3_spec.js",
"parser_spec.js",
"primitives_spec.js",
"stream_spec.js",
"type1_parser_spec.js",
"unicode_spec.js",
"util_spec.js"
]
}