(actual)
| 510 | * @param {Object} actual Actual value to test against and expected value |
| 511 | */ |
| 512 | var expect = function(actual) { |
| 513 | return jasmine.getEnv().currentSpec.expect(actual); |
| 514 | }; |
| 515 | if (isCommonJS){exports.expect = expect;} |
| 516 | |
| 517 | /** |
no outgoing calls
no test coverage detected
searching dependent graphs…