From 9c5cab8036a3e4ea0b124f9b7bdf520460613325 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 30 Aug 2022 14:31:20 +0200 Subject: [PATCH] chore: expect assertions Co-authored-by: blam Signed-off-by: Johan Haals --- plugins/catalog-node/src/catalogService.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/catalog-node/src/catalogService.test.ts b/plugins/catalog-node/src/catalogService.test.ts index 050f134a71..6e9426d48b 100644 --- a/plugins/catalog-node/src/catalogService.test.ts +++ b/plugins/catalog-node/src/catalogService.test.ts @@ -26,6 +26,8 @@ import { catalogServiceRef } from './catalogService'; describe('catalogServiceRef', () => { it('should return a catalogClient', async () => { + expect.assertions(1); + const mockDiscoveryFactory = createServiceFactory({ service: discoveryServiceRef, deps: {},