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
@ -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…
Reference in New Issue
Block a user