Skip to content

Commit

Permalink
Run tests sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed Oct 12, 2021
1 parent 3394f0b commit 65a82d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/speedy-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,7 @@ window.addEventListener('load', () => {
header('Speedy testing!');
const msg = `Results are available for visual inspection.`;
print(msg);
});
});

// run test sequentially
jasmine.getEnv().configure({ random: false });

0 comments on commit 65a82d6

Please sign in to comment.