- fix test case
This commit is contained in:
@@ -88,7 +88,7 @@ it('Should match generated changelog (unspecified fromTag)', async () => {
|
|||||||
it('Should match generated changelog (refs)', async () => {
|
it('Should match generated changelog (refs)', async () => {
|
||||||
jest.setTimeout(180000)
|
jest.setTimeout(180000)
|
||||||
|
|
||||||
const configuration = readConfiguration('configuration.json')
|
const configuration = readConfiguration('configuration.json')!!
|
||||||
const releaseNotes = new ReleaseNotes({
|
const releaseNotes = new ReleaseNotes({
|
||||||
owner: 'mikepenz',
|
owner: 'mikepenz',
|
||||||
repo: 'release-changelog-builder-action',
|
repo: 'release-changelog-builder-action',
|
||||||
|
|||||||
Reference in New Issue
Block a user