Skip to content

Commit aba04a9

Browse files
committed
Add more accurate test logging
1 parent a1ecb61 commit aba04a9

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
@@ -160,7 +160,7 @@ console.log('Testing', 'isBoxedPrimitive');
160160
} catch (e) {
161161
return;
162162
}
163-
console.log('Testing', method);
163+
console.log('Testing fake typed arrays', method);
164164
assert(!types[method](_defineProperty({}, Symbol.toStringTag, typedArray)));
165165
assert(types[method](array));
166166
});

0 commit comments

Comments
 (0)