Skip to content

Commit b973bf3

Browse files
committed
format
1 parent af6173d commit b973bf3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

type-definitions/ts-tests/record.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,5 @@ test('similar properties, but one is optional', () => {
104104
value: string;
105105
}
106106

107-
expect<RecordOf<{ id: Id }>>().type.toBeAssignableTo<
108-
RecordOf<{ id?: Id }>
109-
>();
107+
expect<RecordOf<{ id: Id }>>().type.toBeAssignableTo<RecordOf<{ id?: Id }>>();
110108
});

0 commit comments

Comments
 (0)