Skip to content

Commit d07d8d0

Browse files
committed
Log skipped tests
1 parent 2fdf5af commit d07d8d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/node/types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ for (const [ getValue, _method ] of [
7575
try {
7676
value = getValue();
7777
} catch (e) {
78+
console.log('Skipping unsupported type:', getValue);
7879
continue;
7980
}
8081
const method = _method || `is${value.constructor.name}`;

0 commit comments

Comments
 (0)