Skip to content

Commit 603fd86

Browse files
committed
Remove debugging message
1 parent edebaa4 commit 603fd86

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

dist/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import runJest, { exitIfFailed } from './run';
66
import { printTestResultAnnotations } from './testResults';
77

88
async function main(): Promise<void> {
9-
core.info(`🧐 Jest Github Actions`);
10-
119
const shouldCommentCoverage = getBooleanArg('coverage-comment');
1210

1311
const cwd = getCWD();

0 commit comments

Comments
 (0)