In Jasmine's own tests, don't leak between jasmine and jasmineUnderTest

This commit is contained in:
Steve Gravrock
2017-12-20 12:04:43 -08:00
parent b6cc34d9e9
commit 65b4499dec
3 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ var getJasmineRequireObj = (function (jasmineGlobal) {
if (typeof window !== 'undefined' && typeof window.toString === 'function' && window.toString() === '[object GjsGlobal]') {
jasmineGlobal = window;
}
jasmineRequire = jasmineGlobal.jasmineRequire = jasmineGlobal.jasmineRequire || {};
jasmineRequire = jasmineGlobal.jasmineRequire = {};
}
function getJasmineRequire() {