chore: update jest monorepo to v30 #2678
Annotations
10 errors
Verify Code:
src/bot/__tests__/joinQueue.test.ts#L104
Property 'toBeCalledTimes' does not exist on type 'JestMatchers<Method<ChatPostMessageArguments, ChatPostMessageResponse>>'.
|
Verify Code:
src/bot/__tests__/joinQueue.test.ts#L46
Property 'toBeCalledWith' does not exist on type 'JestMatchers<Method<ViewsOpenArguments, ViewsOpenResponse>>'.
|
Verify Code:
src/bot/__tests__/joinQueue.test.ts#L45
Property 'toBeCalledTimes' does not exist on type 'JestMatchers<Method<ViewsOpenArguments, ViewsOpenResponse>>'.
|
Verify Code:
src/bot/__tests__/joinQueue.test.ts#L32
Property 'toBeCalledWith' does not exist on type 'JestMatchers<() => Promise<string[]>>'.
|
Verify Code:
src/bot/__tests__/joinQueue.test.ts#L31
Property 'toBeCalledTimes' does not exist on type 'JestMatchers<() => Promise<string[]>>'.
|
Verify Code:
src/bot/__tests__/joinQueue.test.ts#L25
Property 'toBeCalledWith' does not exist on type 'JestMatchers<AckFn<void>>'.
|
Verify Code:
src/bot/__tests__/joinQueue.test.ts#L24
Property 'toBeCalledTimes' does not exist on type 'JestMatchers<AckFn<void>>'.
|
Verify Code:
src/bot/__tests__/getReviewInfo.test.ts#L65
Property 'toBeCalled' does not exist on type 'JestMatchers<AckFn<void>>'.
|
Verify Code:
src/bot/__tests__/getReviewInfo.test.ts#L29
Property 'toBeCalledWith' does not exist on type 'JestMatchers<{ <Shortcut extends SlackShortcut = SlackShortcut, MiddlewareCustomContext extends StringIndexed = StringIndexed>(callbackId: string | RegExp, ...listeners: Middleware<SlackShortcutMiddlewareArgs<Shortcut>, StringIndexed & MiddlewareCustomContext>[]): void; <Shortcut extends SlackShortcut = SlackShortcu...'.
|
Verify Code:
src/bot/__tests__/getReviewInfo.test.ts#L28
Property 'toBeCalledWith' does not exist on type 'JestMatchers<{ <T>(this: T, thisArg: ThisParameterType<T>): OmitThisParameter<T>; <T, A extends any[], B extends any[], R>(this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; }>'.
|