We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be85eb0 commit b639879Copy full SHA for b639879
1 file changed
actions/gls-action/src/__tests__/withSdkMock.ts
@@ -51,7 +51,7 @@ export const withSdkMock = async (tests: (state: SdkMockState) => void) => {
51
fullyConnected: () => {
52
return true
53
},
54
- connect: vi.fn((options) => {
+ connect: vi.fn(() => {
55
return Promise.resolve([]);
56
}),
57
onError: vi.fn(),
0 commit comments