Skip to content

Commit

Permalink
Apply the jasmine patch for 4.x as well
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 26, 2022
1 parent d925306 commit 8f03e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/jasmineSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function jasmineSuccess() {
const shouldApplyPatch =
typeof jasmine !== 'undefined' &&
typeof jasmine.version === 'string' &&
jasmine.version.match(/^[23]\./);
jasmine.version.match(/^[234]\./);

if (typeof it === 'function' && shouldApplyPatch) {
const originalIt = it;
Expand Down

0 comments on commit 8f03e9e

Please sign in to comment.