Skip to content

Commit 25ca669

Browse files
committed
feat: Bump deps
1 parent 18aad24 commit 25ca669

3 files changed

Lines changed: 2502 additions & 2838 deletions

File tree

__mocks__/pg-promise/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function pgpStubFactory(shouldReturnMockHandler = false) {
1414
return {
1515
withStubEachResults: (results: any[]) => {
1616
pgpStub.each.mockImplementation((query, params, cb) => {
17-
return new Promise(resolve => {
17+
return new Promise<void>((resolve) => {
1818
results.forEach(cb);
1919
resolve();
2020
});

0 commit comments

Comments
 (0)