Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1354718

Browse files
committed
chore(jasmine-adapter): upgrade
1 parent 56bcc04 commit 1354718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jasmine-jstd-adapter/JasmineAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
window.describe(name, function(){
135135
var oldIt = window.it;
136136
window.it = function(name, fn){
137-
fn.exclusive = 1; // run anything under ddescribe
137+
if (fn) fn.exclusive = 1; // run anything under ddescribe
138138
oldIt(name, fn);
139139
};
140140
try {

0 commit comments

Comments
 (0)