5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

fix(tests): remove log

This commit is contained in:
Cooper 2023-04-07 11:32:04 -04:00
parent 8589bb7e04
commit 097b726807
No known key found for this signature in database
GPG key ID: DF6ECEF0888ECA4B

View file

@ -109,8 +109,6 @@ describe('Commit Linter action', () => {
td.replace(process, 'cwd', () => cwd) td.replace(process, 'cwd', () => cwd)
await runAction() await runAction()
console.log()
td.verify(core.setFailed(contains('wrong message 1'))) td.verify(core.setFailed(contains('wrong message 1')))
td.verify(core.setFailed(contains('wrong message 2'))) td.verify(core.setFailed(contains('wrong message 2')))
}) })