()
| 21 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 22 | */ |
| 23 | function getJasmineRequireObj() { |
| 24 | if (typeof module !== 'undefined' && module.exports) { |
| 25 | return exports; |
| 26 | } else { |
| 27 | window.jasmineRequire = window.jasmineRequire || {}; |
| 28 | return window.jasmineRequire; |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | getJasmineRequireObj().console = function(jRequire, j$) { |
| 33 | j$.ConsoleReporter = jRequire.ConsoleReporter(); |
no outgoing calls
no test coverage detected