Skip to content

Commit

Permalink
update jasmine
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Nov 13, 2018
1 parent cb09770 commit 97eead0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Chutzpah/ChutzpahTestHarnessFiles/Jasmine/v2/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,10 @@ getJasmineRequireObj().Env = function(j$) {

// TODO: fix this naming, and here's where the value comes in
this.catchExceptions = function(value) {
this.deprecated('The catchExceptions option is deprecated and will be replaced with stopOnSpecFailure in Jasmine 3.0');
catchExceptions = !!value;
if (!catchExceptions) {
this.deprecated('The catchExceptions option is deprecated and will be replaced with stopOnSpecFailure in Jasmine 3.0');
}
return catchExceptions;
};

Expand Down

0 comments on commit 97eead0

Please sign in to comment.