Skip to content

Commit 097b726

Browse files
committed
fix(tests): remove log
1 parent 8589bb7 commit 097b726

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/action.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ describe('Commit Linter action', () => {
109109
td.replace(process, 'cwd', () => cwd)
110110

111111
await runAction()
112-
113-
console.log()
114112
td.verify(core.setFailed(contains('wrong message 1')))
115113
td.verify(core.setFailed(contains('wrong message 2')))
116114
})

0 commit comments

Comments
 (0)