mirror of
https://github.com/strapi/strapi.git
synced 2025-11-19 11:41:49 +00:00
chore: update typo in a comment
This commit is contained in:
parent
b5b7b8260a
commit
6cf7aff2ba
@ -668,7 +668,7 @@ describe('Attributes', () => {
|
|||||||
expect(min.type.kind).toBe(ts.SyntaxKind.StringLiteral);
|
expect(min.type.kind).toBe(ts.SyntaxKind.StringLiteral);
|
||||||
expect(min.type.text).toBe('1');
|
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);
|
expect(typeofMinMax.kind).toBe(ts.SyntaxKind.StringKeyword);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user