From 9f8a07864071699b9f1d5704bfb9f060b152284d Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Mon, 21 Jun 2021 13:35:24 +0200 Subject: [PATCH] Adjust tests to cover update utility api Signed-off-by: Philipp Hugenroth --- packages/core-app-api/src/index.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core-app-api/src/index.test.ts b/packages/core-app-api/src/index.test.ts index 654c547fca..4a8e08aad4 100644 --- a/packages/core-app-api/src/index.test.ts +++ b/packages/core-app-api/src/index.test.ts @@ -37,6 +37,7 @@ describe('index', () => { ConfigReader: expect.any(Function), ErrorAlerter: expect.any(Function), ErrorApiForwarder: expect.any(Function), + UnhandledErrorForwarder: expect.any(Function), FeatureFlagged: expect.any(Function), GithubAuth: expect.any(Function), GitlabAuth: expect.any(Function),