jasmine.Spec.prototype.(expect|waits|waitFor) shouldn't be deprecated.
This commit is contained in:
parent
662b4b94f4
commit
378d6bb4ff
@ -1658,7 +1658,6 @@ jasmine.Spec.prototype.expects_that = function(actual) {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @deprecated
|
||||
*/
|
||||
jasmine.Spec.prototype.expect = function(actual) {
|
||||
return new jasmine.Matchers(this.env, actual, this.results);
|
||||
@ -1666,7 +1665,6 @@ jasmine.Spec.prototype.expect = function(actual) {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @deprecated
|
||||
*/
|
||||
jasmine.Spec.prototype.waits = function(timeout) {
|
||||
this.currentTimeout = timeout;
|
||||
@ -1676,7 +1674,6 @@ jasmine.Spec.prototype.waits = function(timeout) {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @deprecated
|
||||
*/
|
||||
jasmine.Spec.prototype.waitsFor = function(timeout, latchFunction, message) {
|
||||
this.currentTimeout = timeout;
|
||||
|
Loading…
Reference in New Issue
Block a user