start with broken tests #19
Annotations
9 errors
Run pnpm tsc
Process completed with exit code 2.
|
Run pnpm tsc:
tests/infer.test.ts#L661
Property 'infer' does not exist on type 'ObjectResult<ObjectProperties>'.
|
Run pnpm tsc:
tests/infer.test.ts#L654
Type 'ObjectResult<{ views: LexiconItem & { type: "integer"; }; likes: LexiconItem & { type: "integer"; }; shares: LexiconItem & { type: "integer"; }; }>' is not assignable to type 'LexiconItem'.
|
Run pnpm tsc:
tests/infer.test.ts#L647
Type 'ObjectResult<{ did: StringOptions & { type: "string"; }; handle: StringOptions & { type: "string"; }; avatar: LexiconItem & { type: "string"; }; }>' is not assignable to type 'LexiconItem'.
|
Run pnpm tsc:
tests/infer.test.ts#L591
Argument of type 'ObjectResult<{ id: { required: true; } & { type: "string"; }; name: { required: true; } & { type: "string"; }; }>' is not assignable to parameter of type 'LexiconItem'.
|
Run pnpm tsc:
tests/infer.test.ts#L562
Type 'ObjectResult<{ name: { required: true; } & { type: "string"; }; }>' is not assignable to type 'LexiconItem'.
|
Run pnpm tsc:
tests/infer.test.ts#L561
Type 'ObjectResult<ObjectProperties>' is not assignable to type 'LexiconItem'.
|
Run pnpm tsc:
tests/infer.test.ts#L560
Type 'ObjectResult<ObjectProperties>' is not assignable to type 'LexiconItem'.
|
Run pnpm tsc:
tests/infer.test.ts#L540
Type 'ObjectResult<{ name: { required: true; } & { type: "string"; }; email: { required: true; } & { type: "string"; }; }>' is not assignable to type 'LexiconItem'.
|
Loading