Default to running tests in random order

[Finishes #109197518]
This commit is contained in:
Steve Gravrock
2017-10-27 08:46:24 -07:00
parent ea3cf14ef8
commit e31db20ec7
8 changed files with 26 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ getJasmineRequireObj().Env = function(j$) {
var currentlyExecutingSuites = [];
var currentDeclarationSuite = null;
var throwOnExpectationFailure = false;
var random = false;
var random = true;
var seed = null;
var currentSuite = function() {