Move equalArray into expect.js
This commit is contained in:
@@ -19,11 +19,6 @@ function waitsFor(condition, message, timeout, callback) {
|
||||
}
|
||||
|
||||
|
||||
expect.Assertion.prototype.equalArray = function(other) {
|
||||
return goog.array.equals(this.obj, other);
|
||||
};
|
||||
|
||||
|
||||
// helper functions for async testing
|
||||
(function(global) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user