Migrate type tests to Vitest #156
test.yml
on: pull_request
Matrix: build
Matrix: Check package config with are-the-types-wrong
Matrix: Test against dist
Matrix: test-published-artifact
Matrix: test-types
Annotations
80 errors
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L64
Object literal may only specify known properties, and 'type' does not exist in type 'Mismatch'.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L66
Object literal may only specify known properties, and 'result' does not exist in type 'Action<string>'.
|
Test Types with TypeScript 5.4:
typescript_test/index.test-d.ts#L68
Object literal may only specify known properties, and 'type' does not exist in type 'Mismatch'.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L64
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L66
Argument of type '{ type: string; result: number; }' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 5.1:
typescript_test/index.test-d.ts#L68
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L64
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L66
Argument of type '{ type: string; result: number; }' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 5.0:
typescript_test/index.test-d.ts#L68
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L64
Object literal may only specify known properties, and 'type' does not exist in type 'Mismatch'.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L66
Object literal may only specify known properties, and 'result' does not exist in type 'Action<string>'.
|
Test Types with TypeScript 5.3:
typescript_test/index.test-d.ts#L68
Object literal may only specify known properties, and 'type' does not exist in type 'Mismatch'.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L64
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L66
Argument of type '{ type: string; result: number; }' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 5.2:
typescript_test/index.test-d.ts#L68
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L64
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L66
Argument of type '{ type: string; result: number; }' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 4.9:
typescript_test/index.test-d.ts#L68
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L64
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L66
Argument of type '{ type: string; result: number; }' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 4.8:
typescript_test/index.test-d.ts#L68
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L9
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L10
Cannot find module 'redux-thunk' or its corresponding type declarations.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L33
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L33
Argument of type '(dispatch: any) => void' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L35
Unused '@ts-expect-error' directive.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L43
Parameter 'dispatch' implicitly has an 'any' type.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L43
Parameter 'getState' implicitly has an 'any' type.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L64
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L66
Argument of type '{ type: string; result: number; }' is not assignable to parameter of type 'Action<string>'.
|
Test Types with TypeScript 4.7:
typescript_test/index.test-d.ts#L68
Argument of type '{ type: string; }' is not assignable to parameter of type 'Mismatch'.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
package
Expired
|
8.07 KB |
|