mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Fix failing amd test.
This commit is contained in:
@@ -10970,7 +10970,7 @@
|
|||||||
QUnit.test('should detect methods masquerading as native', function(assert) {
|
QUnit.test('should detect methods masquerading as native', function(assert) {
|
||||||
assert.expect(2);
|
assert.expect(2);
|
||||||
|
|
||||||
if (_._baseEach) {
|
if (!amd && _._baseEach) {
|
||||||
var path = require('path'),
|
var path = require('path'),
|
||||||
basePath = path.dirname(filePath),
|
basePath = path.dirname(filePath),
|
||||||
uid = 'e0gvgyrad1jor',
|
uid = 'e0gvgyrad1jor',
|
||||||
|
|||||||
Reference in New Issue
Block a user