(actual)
| 495 | * @param {Object} actual Actual value to test against and expected value |
| 496 | */ |
| 497 | var expect = function(actual) { |
| 498 | return jasmine.getEnv().currentSpec.expect(actual); |
| 499 | }; |
| 500 | if (isCommonJS) exports.expect = expect; |
| 501 | |
| 502 | /** |
no outgoing calls
no test coverage detected