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

@@ -4,6 +4,7 @@ describe("Custom Matchers (Integration)", function() {
beforeEach(function() {
env = new jasmineUnderTest.Env();
env.randomizeTests(false);
});
it("allows adding more matchers local to a spec", function(done) {