We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7fe76 commit f221070Copy full SHA for f221070
test/node/types.js
@@ -475,7 +475,7 @@ console.log('Testing', 'isBoxedPrimitive');
475
for (var _i2 = 0, _Object$keys = Object.keys(expected); _i2 < _Object$keys.length; _i2++) {
476
var testedFunc = _Object$keys[_i2];
477
478
- console.log('Testing', testedFunc);
+ console.log('Testing values for:', testedFunc);
479
var func = types[testedFunc];
480
var yup = [];
481
var _iteratorNormalCompletion = true;
0 commit comments