mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-26 17:07:21 +02:00
Run the integration tests in a random order
This commit configures Jasmine to no longer run the tests in a fixed order, which combined with the previous isolation commits avoids being able to accidentally introduce dependencies between integration tests.
This commit is contained in:
parent
75b321b000
commit
5f46791887
@ -23,7 +23,7 @@ async function runTests(results) {
|
|||||||
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
|
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
|
||||||
|
|
||||||
jasmine.loadConfig({
|
jasmine.loadConfig({
|
||||||
random: false,
|
random: true,
|
||||||
spec_dir: "integration",
|
spec_dir: "integration",
|
||||||
spec_files: [
|
spec_files: [
|
||||||
"accessibility_spec.mjs",
|
"accessibility_spec.mjs",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user