From fbc3c7370b2f7bbf3c9450fabea17d17c8997a53 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 17 Oct 2020 18:05:35 +0200 Subject: [PATCH] - fix test case --- __tests__/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index bc29404..fe17f02 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -88,7 +88,7 @@ it('Should match generated changelog (unspecified fromTag)', async () => { it('Should match generated changelog (refs)', async () => { jest.setTimeout(180000) - const configuration = readConfiguration('configuration.json') + const configuration = readConfiguration('configuration.json')!! const releaseNotes = new ReleaseNotes({ owner: 'mikepenz', repo: 'release-changelog-builder-action',