Pull async matchers out to their own functions
- Makes AsyncExpectation closer to Expectation
This commit is contained in:
@@ -43,7 +43,6 @@ getJasmineRequireObj().Expectation = function(j$) {
|
||||
expected = expected[0];
|
||||
}
|
||||
|
||||
// TODO: how many of these params are needed?
|
||||
this.addExpectationResult(
|
||||
result.pass,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user