From 642690e6926f753d5fdc58ae1a8d384ba851beed Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 30 Jul 2016 11:45:58 -0700 Subject: [PATCH] Fix failing amd test. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index c8eb4542e..401bcc269 100644 --- a/test/test.js +++ b/test/test.js @@ -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',