PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
class-transformer
/
esm5
/
utils
import { getGlobal } from '.'; describe('getGlobal()', function () { it('should return true if Buffer is present in globalThis', function () { expect(getGlobal().Buffer).toBe(true); }); it('should return false if Buffer is not present in globalThis', function () { var bufferImp = global.Buffer; delete global.Buffer; expect(getGlobal().Buffer).toBe(false); global.Buffer = bufferImp; }); }); //# sourceMappingURL=get-global.util.spect.js.map
[-] index.js.map
[edit]
[+]
..
[-] get-global.util.spect.js
[edit]
[-] get-global.util.js.map
[edit]
[-] get-global.util.spect.js.map
[edit]
[-] is-promise.util.js.map
[edit]
[-] get-global.util.js
[edit]
[-] is-promise.util.js
[edit]
[-] index.js
[edit]