Migrate type tests to Vitest #156
Annotations
10 errors
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
typescript_test/index.test-d.ts#L64
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
typescript_test/index.test-d.ts#L66
Argument of type '{ type: string; result: number; }' is not assignable to parameter of type 'Action<string>'.
|
typescript_test/index.test-d.ts#L68
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
This job failed
Loading