This repository was archived by the owner on Jul 21, 2025. It is now read-only.
build(deps-dev): bump jest and @types/jest #661
Annotations
8 errors
|
test
Process completed with exit code 2.
|
|
test:
src/index.test.ts#L74
Property 'toBeCalledWith' does not exist on type 'JestMatchers<((message: string | Error) => void) & MockWithArgs<(message: string | Error) => void> & {} & {}>'.
|
|
test:
src/index.test.ts#L73
Property 'toBeCalledWith' does not exist on type 'JestMatchers<((version: string, name: string) => { binPath: string; dest: string; url: string; }) & MockWithArgs<(version: string, name: string) => { binPath: string; dest: string; url: string; }> & {} & {}>'.
|
|
test:
src/index.test.ts#L61
Property 'toBeCalledWith' does not exist on type 'JestMatchers<((inputPath: string) => void) & MockWithArgs<(inputPath: string) => void> & {} & {}>'.
|
|
test:
src/index.test.ts#L55
Property 'toBeCalledWith' does not exist on type 'JestMatchers<((sourceFile: string, targetFile: string, tool: string, version: string, arch?: string | undefined) => Promise<string>) & MockWithArgs<(sourceFile: string, targetFile: string, tool: string, version: string, arch?: string | undefined) => Promise<...>> & {} & {}>'.
|
|
test:
src/index.test.ts#L54
Property 'toBeCalledWith' does not exist on type 'JestMatchers<((commandLine: string, args?: string[] | undefined, options?: ExecOptions | undefined) => Promise<number>) & MockWithArgs<(commandLine: string, args?: string[] | undefined, options?: ExecOptions | undefined) => Promise<...>> & {} & {}>'.
|
|
test:
src/index.test.ts#L53
Property 'toBeCalledWith' does not exist on type 'JestMatchers<((url: string, dest?: string | undefined, auth?: string | undefined, headers?: OutgoingHttpHeaders | undefined) => Promise<string>) & MockWithArgs<(url: string, dest?: string | undefined, auth?: string | undefined, headers?: OutgoingHttpHeaders | undefined) => Promise<...>> & {} & {}>'.
|
|
test:
src/index.test.ts#L52
Property 'toBeCalledWith' does not exist on type 'JestMatchers<((version: string, name: string) => { binPath: string; dest: string; url: string; }) & MockWithArgs<(version: string, name: string) => { binPath: string; dest: string; url: string; }> & {} & {}>'.
|