Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 8099ca2

Browse files
committed
chore: ignore untestable paths
1 parent de0e7dc commit 8099ca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ export function run(
320320
});
321321
}
322322

323+
/* istanbul ignore next */
323324
if (require.main === module) {
324325
const coverageCommand = getOptionalString(
325326
'coverageCommand',

0 commit comments

Comments
 (0)