Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
chore: ignore untestable paths
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Oct 20, 2022
1 parent de0e7dc commit 8099ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export function run(
});
}

/* istanbul ignore next */
if (require.main === module) {
const coverageCommand = getOptionalString(
'coverageCommand',
Expand Down

0 comments on commit 8099ca2

Please sign in to comment.