chore: update typo in a comment

This commit is contained in:
Convly 2024-01-17 12:01:41 +01:00
parent b5b7b8260a
commit 6cf7aff2ba

View File

@ -668,7 +668,7 @@ describe('Attributes', () => {
expect(min.type.kind).toBe(ts.SyntaxKind.StringLiteral);
expect(min.type.text).toBe('1');
// Check for number keyword on the second typeArgument
// Check for string keyword on the second typeArgument
expect(typeofMinMax.kind).toBe(ts.SyntaxKind.StringKeyword);
});
});