add org domain support + list orgs #304
Annotations
3 errors
|
test (22.x)
Process completed with exit code 2.
|
|
test (22.x):
src/__tests__/getPortalSdk.test.ts#L61
Argument of type '{ addShare: jest.Mock<Promise<{ addShare: null; }>, []>; getConnectionByIndex: jest.Mock<Promise<{ connection: null; }>, []>; createDesignerProject: jest.Mock<Promise<{ ...; }>, []>; ... 10 more ...; updateDesignerProject: jest.Mock<...>; }' is not assignable to parameter of type '{ addShare(variables: Exact<{ input: ShareInput; }>, requestHeaders?: HeadersInit | undefined): Promise<AddShareMutation>; ... 13 more ...; updateDesignerProject(variables: Exact<...>, requestHeaders?: HeadersInit | undefined): Promise<...>; }'.
|
|
test (22.x):
src/__tests__/getCurrentConnectionFromPortal.test.ts#L11
Argument of type '{ addShare: jest.Mock<any, any>; getConnectionByIndex: jest.Mock<any, any>; getVoiceboxConversation: jest.Mock<any, any>; createDesignerProject: jest.Mock<any, any>; ... 9 more ...; updateDesignerProject: jest.Mock<...>; }' is not assignable to parameter of type '{ addShare: (input: ShareInput) => Promise<{ __typename?: "Share" | undefined; short_url?: string | null | undefined; } | null>; getConnectionByIndex: (index: number) => Promise<{ __typename?: "Connection" | undefined; ... 6 more ...; index: number; } | null>; ... 12 more ...; trackEvent: (input: { event: Trackin...'.
|