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:
Steve Gravrock
2024-03-21 09:34:26 -07:00
parent 1504f25ced
commit 6941bde7e2
4 changed files with 0 additions and 42 deletions

View File

@@ -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',