Skip to content

Commit a642bcb

Browse files
Bump p-retry from 4.6.2 to 6.2.1 (#327)
1 parent 59ea761 commit a642bcb

File tree

4 files changed

+2103
-1708
lines changed

4 files changed

+2103
-1708
lines changed

__mocks__/p-retry.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
function pRetry(
2+
input: (attemptCount: number) => PromiseLike<any> | any,
3+
options?: any
4+
): Promise<any> {
5+
return Promise.resolve('');
6+
}
7+
8+
module.exports = pRetry;

0 commit comments

Comments
 (0)