- add new param also to other test set
This commit is contained in:
@@ -17,6 +17,7 @@ it('Should have empty changelog (tags)', async () => {
|
|||||||
fromTag: 'v0.0.1',
|
fromTag: 'v0.0.1',
|
||||||
toTag: 'v0.0.2',
|
toTag: 'v0.0.2',
|
||||||
failOnError: false,
|
failOnError: false,
|
||||||
|
commitMode: false,
|
||||||
configuration: configuration
|
configuration: configuration
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -33,6 +34,7 @@ it('Should match generated changelog (tags)', async () => {
|
|||||||
fromTag: 'v0.0.1',
|
fromTag: 'v0.0.1',
|
||||||
toTag: 'v0.0.3',
|
toTag: 'v0.0.3',
|
||||||
failOnError: false,
|
failOnError: false,
|
||||||
|
commitMode: false,
|
||||||
configuration: configuration
|
configuration: configuration
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -57,6 +59,7 @@ it('Should match generated changelog (refs)', async () => {
|
|||||||
fromTag: '5ec7a2d86fe9f43fdd38d5e254a1117c8a51b4c3',
|
fromTag: '5ec7a2d86fe9f43fdd38d5e254a1117c8a51b4c3',
|
||||||
toTag: 'fa3788c8c4b3373ef8424ce3eb008a5cd07cc5aa',
|
toTag: 'fa3788c8c4b3373ef8424ce3eb008a5cd07cc5aa',
|
||||||
failOnError: false,
|
failOnError: false,
|
||||||
|
commitMode: false,
|
||||||
configuration: configuration
|
configuration: configuration
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -89,6 +92,7 @@ it('Should match ordered ASC', async () => {
|
|||||||
fromTag: 'v0.3.0',
|
fromTag: 'v0.3.0',
|
||||||
toTag: 'v0.5.0',
|
toTag: 'v0.5.0',
|
||||||
failOnError: false,
|
failOnError: false,
|
||||||
|
commitMode: false,
|
||||||
configuration: configuration
|
configuration: configuration
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -110,6 +114,7 @@ it('Should match ordered DESC', async () => {
|
|||||||
fromTag: 'v0.3.0',
|
fromTag: 'v0.3.0',
|
||||||
toTag: 'v0.5.0',
|
toTag: 'v0.5.0',
|
||||||
failOnError: false,
|
failOnError: false,
|
||||||
|
commitMode: false,
|
||||||
configuration: configuration
|
configuration: configuration
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user