Expose describe and it on where
This commit is contained in:
@@ -483,7 +483,8 @@
|
|||||||
throw new Error('where() called with unknown key: ' + key);
|
throw new Error('where() called with unknown key: ' + key);
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
describe: features[key] ? global.describe : global.xdescribe
|
describe: features[key] ? global.describe : global.xdescribe,
|
||||||
|
it: features[key] ? global.id : global.xit
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user