Add Node.js test note. [ci skip]

This commit is contained in:
John-David Dalton
2016-08-29 08:07:20 -07:00
parent 77178a9583
commit 78a7fa1d14

View File

@@ -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) {