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:
Jonas Jenwald 2023-10-12 12:39:39 +02:00
parent 158ab5bf37
commit 33456d3704
10 changed files with 8 additions and 8 deletions

View File

@ -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",
],
});