remove async
This commit is contained in:
@@ -32,7 +32,7 @@ export const makeMockWatcher =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return async () => await close?.();
|
return () => close?.();
|
||||||
};
|
};
|
||||||
|
|
||||||
export const newStorageRepositoryMock = (reset = true): jest.Mocked<IStorageRepository> => {
|
export const newStorageRepositoryMock = (reset = true): jest.Mocked<IStorageRepository> => {
|
||||||
|
|||||||
Reference in New Issue
Block a user