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:
@@ -518,14 +518,6 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
* @return {Promise<JasmineDoneInfo>}
|
||||
*/
|
||||
this.execute = async function(runablesToRun) {
|
||||
if (options.suppressLoadErrors) {
|
||||
this.deprecated(
|
||||
'The suppressLoadErrors option is deprecated and will be removed ' +
|
||||
'in a future release.',
|
||||
{ ignoreRunnable: true, omitStackTrace: true }
|
||||
);
|
||||
}
|
||||
|
||||
installGlobalErrors();
|
||||
|
||||
if (parallelLoadingState) {
|
||||
|
||||
Reference in New Issue
Block a user