Migrate type tests to Vitest #727
Annotations
10 errors
type-tests/createSelector.withTypes.test-d.ts#L63
Parameter 'state' implicitly has an 'any' type.
|
type-tests/createSelector.withTypes.test-d.ts#L64
Argument of type 'RootState' is not assignable to parameter of type 'Mismatch'.
|
type-tests/createSelector.withTypes.test-d.ts#L68
Parameter 'todos' implicitly has an 'any' type.
|
type-tests/createSelector.withTypes.test-d.ts#L86
Parameter 'state' implicitly has an 'any' type.
|
type-tests/createSelector.withTypes.test-d.ts#L87
Argument of type 'RootState' is not assignable to parameter of type 'Mismatch'.
|
type-tests/createSelector.withTypes.test-d.ts#L91
Parameter 'state' implicitly has an 'any' type.
|
type-tests/createSelector.withTypes.test-d.ts#L92
Argument of type 'RootState' is not assignable to parameter of type 'Mismatch'.
|
type-tests/createSelector.withTypes.test-d.ts#L96
Parameter 'todos' implicitly has an 'any' type.
|
type-tests/createSelector.withTypes.test-d.ts#L96
Parameter 'alerts' implicitly has an 'any' type.
|
type-tests/createSelector.withTypes.test-d.ts#L112
Parameter 'state' implicitly has an 'any' type.
|
This job failed
Loading