pdf.js/test/integration
Jonas Jenwald 5732faee1e Prevent duplicate names in unit/integration tests
Having identical names for different test-cases may result in less helpful output, which we can avoid with the use of the ESLint Jasmine plugin.
This patch enables the rules at the `branch` level, to limit the amount/scope of the changes slightly. (We could thus make this rule more strict in the future, if that's deemed useful.)

Please refer to:
 - https://github.com/tlvince/eslint-plugin-jasmine/blob/master/docs/rules/no-spec-dupes.md
 - https://github.com/tlvince/eslint-plugin-jasmine/blob/master/docs/rules/no-suite-dupes.md
2024-02-11 11:45:09 +01:00
..
accessibility_spec.mjs Convert the integration test-files to JavaScript modules 2023-10-12 13:18:20 +02:00
annotation_spec.mjs Convert the integration test-files to JavaScript modules 2023-10-12 13:18:20 +02:00
caret_browsing_spec.mjs Implement caret browsing mode (bug 807730) 2024-02-07 09:35:22 +01:00
copy_paste_spec.mjs Fix keyboard shortcuts on mac and for some tests make sure that all 2023-10-27 16:09:35 +02:00
find_spec.mjs Prevent duplicate names in unit/integration tests 2024-02-11 11:45:09 +01:00
freetext_editor_spec.mjs [Editor] Update the parameters in the UI of the last selected editor when undoing/redoing 2024-01-24 18:16:51 +01:00
highlight_editor_spec.mjs [Editor] Add the possibility to change the thickness of a free highlight (bug 1876096) 2024-01-24 22:04:39 +01:00
ink_editor_spec.mjs Use page.evaluateHandle when we want to await on document promises in integration tests 2023-12-07 17:00:12 +01:00
scripting_spec.mjs Use the original value of a field when propagating event (fixes #17540) 2024-01-19 22:13:51 +01:00
stamp_editor_spec.mjs Use page.evaluateHandle when we want to await on document promises in integration tests 2023-12-07 17:00:12 +01:00
test_utils.mjs Enable the arrow-body-style ESLint rule 2024-01-21 16:20:55 +01:00
text_field_spec.mjs Remove terminal white spaces when extracting text from annotation appearances 2024-01-09 10:42:53 +01:00