MCPcopy
hub / github.com/layerJS/layerJS / getJasmineRequireObj

Function getJasmineRequireObj

test/jasmine/lib/jasmine-2.3.4/console.js:23–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22*/
23function 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
32getJasmineRequireObj().console = function(jRequire, j$) {
33 j$.ConsoleReporter = jRequire.ConsoleReporter();

Callers 2

jasmine.jsFile · 0.85
console.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected