mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Update "makeLatest" so it's always defined
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