mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Rename the integration
test-files, in preparation for converting them to modules
This is done separately to ensure that Git is able to track the history correctly.
This commit is contained in:
parent
158ab5bf37
commit
33456d3704
10 changed files with 8 additions and 8 deletions
|
@ -24,14 +24,14 @@ async function runTests(results) {
|
|||
random: false,
|
||||
spec_dir: "integration",
|
||||
spec_files: [
|
||||
"accessibility_spec.js",
|
||||
"annotation_spec.js",
|
||||
"copy_paste_spec.js",
|
||||
"find_spec.js",
|
||||
"freetext_editor_spec.js",
|
||||
"ink_editor_spec.js",
|
||||
"scripting_spec.js",
|
||||
"stamp_editor_spec.js",
|
||||
"accessibility_spec.mjs",
|
||||
"annotation_spec.mjs",
|
||||
"copy_paste_spec.mjs",
|
||||
"find_spec.mjs",
|
||||
"freetext_editor_spec.mjs",
|
||||
"ink_editor_spec.mjs",
|
||||
"scripting_spec.mjs",
|
||||
"stamp_editor_spec.mjs",
|
||||
],
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue