Last commit did not include self-test with Any and ObjectContaining in separate files. Fixed.
This commit is contained in:
@@ -326,7 +326,7 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
|
||||
// TODO: move this to closure
|
||||
Env.prototype.pending = function() {
|
||||
throw new Error(j$.Spec.pendingSpecExceptionMessage);
|
||||
throw j$.Spec.pendingSpecExceptionMessage;
|
||||
};
|
||||
|
||||
// TODO: Still needed?
|
||||
|
||||
Reference in New Issue
Block a user