This commit is contained in:
qhy040404
2022-09-09 19:35:58 +08:00
committed by GitHub
parent d854b6da19
commit 7bbeb80d24
9 changed files with 37 additions and 37 deletions

View File

@ -26,7 +26,7 @@ describe('cleanup', () => {
resetState();
});
it('does not fail nor warn even when the save provess throws a ReserveCacheError', async () => {
it('does not fail nor warn even when the save process throws a ReserveCacheError', async () => {
spyCacheSave.mockImplementation((paths: string[], key: string) =>
Promise.reject(
new cache.ReserveCacheError(