Migrate type tests to Vitest #5173
Annotations
8 errors and 2 warnings
Test types
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
|
Test types
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
|
Test types
Type 'Transformed | undefined' does not satisfy the constraint '"Expected: undefined, Actual: literal string: out1" | "Expected: ..., Actual: literal string: out1"'.
|
Test types
Type '{ data: Transformed; } | { error: SerializedError | FetchBaseQueryError; }' does not satisfy the constraint '{ error: never; data: never; }'.
|
Test types
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
|
Test types
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
|
Test types
Expected 1 arguments, but got 0.
|
Test types
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading