Skip to content

Commit f221070

Browse files
committed
Make test logs clearer
1 parent ba7fe76 commit f221070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ console.log('Testing', 'isBoxedPrimitive');
475475
for (var _i2 = 0, _Object$keys = Object.keys(expected); _i2 < _Object$keys.length; _i2++) {
476476
var testedFunc = _Object$keys[_i2];
477477

478-
console.log('Testing', testedFunc);
478+
console.log('Testing values for:', testedFunc);
479479
var func = types[testedFunc];
480480
var yup = [];
481481
var _iteratorNormalCompletion = true;

0 commit comments

Comments
 (0)