Don't attach spec helpers to the env

This commit is contained in:
Steve Gravrock
2023-08-26 11:36:48 -07:00
parent bff612a169
commit 39f9c2e1a0
11 changed files with 35 additions and 46 deletions

View File

@@ -2,7 +2,7 @@ describe('spec running', function() {
let env;
beforeEach(function() {
jasmine.getEnv().registerIntegrationMatchers();
specHelpers.registerIntegrationMatchers();
env = new jasmineUnderTest.Env();
env.configure({ random: false });
});