mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27: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) {
|
||||
assert.expect(2);
|
||||
|
||||
if (_._baseEach) {
|
||||
if (!amd && _._baseEach) {
|
||||
var path = require('path'),
|
||||
basePath = path.dirname(filePath),
|
||||
uid = 'e0gvgyrad1jor',
|
||||
|
||||
Reference in New Issue
Block a user