Skip to content

Commit 8f03e9e

Browse files
committed
Apply the jasmine patch for 4.x as well
1 parent d925306 commit 8f03e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/jasmineSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function jasmineSuccess() {
1414
const shouldApplyPatch =
1515
typeof jasmine !== 'undefined' &&
1616
typeof jasmine.version === 'string' &&
17-
jasmine.version.match(/^[23]\./);
17+
jasmine.version.match(/^[234]\./);
1818

1919
if (typeof it === 'function' && shouldApplyPatch) {
2020
const originalIt = it;

0 commit comments

Comments
 (0)