(passed, result)
| 1341 | }) |
| 1342 | |
| 1343 | function addExpectationResult(passed, result) { |
| 1344 | return spec.addExpectationResult(passed, result) |
| 1345 | } |
| 1346 | } |
| 1347 | |
| 1348 | // TODO: Unify recordLateError with recordLateExpectation? The extra |
nothing calls this directly
no test coverage detected