Skip to content

Commit ca10b42

Browse files
committed
Add eslint directive explanation
1 parent 154d4be commit ca10b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-next/hardhat-node-test-reporter/src/reporter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default async function* customReporter(
169169
yield chalk.red("\nTest coverage not supported by this reporter\n");
170170
break;
171171
}
172-
// eslint-disable-next-line @typescript-eslint/switch-exhaustiveness-check
172+
// eslint-disable-next-line @typescript-eslint/switch-exhaustiveness-check -- We have this extra check here becase we know the @types/node type is unreliable
173173
default: {
174174
const _isNever: never = event;
175175
void _isNever;

0 commit comments

Comments
 (0)