mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Expand test coverage.
This commit is contained in:
@@ -109,7 +109,9 @@
|
||||
if (!window._Float64Array) {
|
||||
setProperty(window, 'Float64Array', window.Uint8Array);
|
||||
}
|
||||
setProperty(window, 'exports', window);
|
||||
setProperty(window, 'global', window);
|
||||
setProperty(window, 'module', {});
|
||||
setProperty(window, 'WinRTError', Error);
|
||||
}
|
||||
|
||||
@@ -158,7 +160,9 @@
|
||||
document.createDocumentFragment = document._createDocumentFragment;
|
||||
setProperty(document, '_createDocumentFragment', undefined);
|
||||
|
||||
setProperty(window, 'exports', undefined);
|
||||
setProperty(window, 'global', undefined);
|
||||
setProperty(window, 'module', undefined);
|
||||
setProperty(window, 'WinRTError', undefined);
|
||||
|
||||
delete Array._isArray;
|
||||
|
||||
Reference in New Issue
Block a user