diff --git a/jasmine.json b/jasmine.json index eaf2af0a59..0ec6b82d6b 100644 --- a/jasmine.json +++ b/jasmine.json @@ -1,6 +1,5 @@ { "spec_dir": ".", "spec_files": ["output/build/js/**/*.spec.js"], - "stopSpecOnExpectationFailure": false, - "random": false + "stopSpecOnExpectationFailure": false }