chore: expect assertions

Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-08-30 14:31:20 +02:00
parent 79373358f2
commit 9c5cab8036
@@ -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: {},