Fix failing amd test.

This commit is contained in:
John-David Dalton
2016-07-30 11:45:58 -07:00
parent 1468c74c36
commit 642690e692

View File

@@ -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',