From 78a7fa1d146ef2f28a1b1cde499400cba91df231 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 29 Aug 2016 08:07:20 -0700 Subject: [PATCH] Add Node.js test note. [ci skip] --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index a12cfba14..be731c7db 100644 --- a/test/test.js +++ b/test/test.js @@ -10962,7 +10962,7 @@ } }); - QUnit.test('should detect methods masquerading as native', function(assert) { + QUnit.test('should detect methods masquerading as native (test in Node.js)', function(assert) { assert.expect(2); if (!amd && _._baseEach) {