mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +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
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ async function runTests(results) {
|
|||
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
|
||||
|
||||
jasmine.loadConfig({
|
||||
random: false,
|
||||
random: true,
|
||||
spec_dir: "integration",
|
||||
spec_files: [
|
||||
"accessibility_spec.mjs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue