mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Ensure test failures still work
This commit is contained in:
@@ -41,7 +41,7 @@ describe('Inputs', () => {
|
||||
describe('commit', () => {
|
||||
it('returns commit', () => {
|
||||
mockGetInput.mockReturnValueOnce('commit')
|
||||
expect(inputs.commit).toBe('commit')
|
||||
expect(inputs.commit).toBe('commitxx')
|
||||
})
|
||||
|
||||
it('returns undefined when omitted', () => {
|
||||
|
||||
Reference in New Issue
Block a user