Revert "Deprecate the suppressLoadErrors option"
jasmine-npm still needs this to enable the default behavior of crashing
with a stack trace on load errors.
This reverts commit 99e350ac85.
This commit is contained in:
@@ -634,10 +634,6 @@ describe('Env', function() {
|
||||
});
|
||||
|
||||
describe('when constructed with suppressLoadErrors: true', function() {
|
||||
beforeEach(function() {
|
||||
spyOn(console, 'error'); // prevent deprecation from being logged
|
||||
});
|
||||
|
||||
it('does not install a global error handler until execute is called', function() {
|
||||
const globalErrors = jasmine.createSpyObj('globalErrors', [
|
||||
'install',
|
||||
|
||||
Reference in New Issue
Block a user