(actual)
| 528 | * @return {jasmine.Matchers} |
| 529 | */ |
| 530 | const expect = function(actual) { |
| 531 | return jasmine.getEnv().currentSpec.expect(actual); |
| 532 | }; |
| 533 | if (isCommonJS) exports.expect = expect; |
| 534 | |
| 535 | /** |
no outgoing calls
no test coverage detected