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:
parent
8589bb7e04
commit
097b726807
1 changed files with 0 additions and 2 deletions
|
|
@ -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')))
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue