chore: expect assertions
Co-authored-by: blam <ben@blam.sh> Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user