Update "makeLatest" so it's always defined
Some checks failed
Test / check_pr (push) Has been cancelled
Some checks failed
Test / check_pr (push) Has been cancelled
This commit is contained in:
@@ -240,11 +240,6 @@ describe('Inputs', () => {
|
||||
mockGetInput.mockReturnValueOnce('true')
|
||||
expect(inputs.makeLatest).toBe('true')
|
||||
})
|
||||
|
||||
it('returns undefined when omitted', () => {
|
||||
mockGetInput.mockReturnValueOnce('')
|
||||
expect(inputs.makeLatest).toBeUndefined()
|
||||
})
|
||||
})
|
||||
|
||||
describe('owner', () => {
|
||||
|
||||
Reference in New Issue
Block a user