Skip to content

Commit ad724e2

Browse files
committed
.
1 parent c711703 commit ad724e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/test/lib/attributes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ describe('serializeAttributes', () => {
426426
});
427427
});
428428

429-
// Element types are not validated at runtime Relay drops non-conforming arrays.
429+
// Element types are not validated at runtime by the SDK (Relay drops non-conforming arrays).
430430
it('accepts mixed-type arrays', () => {
431431
expect(serializeAttributes({ mixed: ['a', 1] })).toStrictEqual({
432432
mixed: { type: 'array', value: ['a', 1] },

0 commit comments

Comments
 (0)