mirror of https://github.com/actions/toolkit
formatting
parent
654dba3681
commit
f0583ecb08
|
@ -170,6 +170,7 @@ describe('@actions/exec', () => {
|
|||
expect(exitCode).toBe(0)
|
||||
})
|
||||
|
||||
|
||||
it('Exec fails with error on bad call', async () => {
|
||||
const _testExecOptions = getExecOptions()
|
||||
|
||||
|
|
Loading…
Reference in New Issue