diff --git a/test/test.js b/test/test.js index ce8c02bfb..89e9fecc1 100644 --- a/test/test.js +++ b/test/test.js @@ -249,7 +249,7 @@ Object.keys = function() { return []; }; // load Lo-Dash and expose it to the bad shims - lodashBadShim = require(filePath); + lodashBadShim = require(filePath)._; // restore native methods Array.isArray = Array._isArray;