You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`GraphQLDateTime serialization throws error when serializing undefined 1`] =`"DateTime cannot be serialized from a non string, non numeric or non Date type undefined"`;
44
44
45
-
exports[`GraphQLDateTime throws an error serializing the invalid unix timestamp Infinity 1`] =`"DateTime cannot represent an invalid Unix timestamp Infinity"`;
45
+
exports[`GraphQLDateTime throws an error serializing the invalid timestamp Infinity 1`] =`"DateTime cannot represent an invalid timestamp Infinity"`;
46
46
47
-
exports[`GraphQLDateTime throws an error serializing the invalid unix timestamp Infinity 2`] =`"DateTime cannot represent an invalid Unix timestamp Infinity"`;
47
+
exports[`GraphQLDateTime throws an error serializing the invalid timestamp Infinity 2`] =`"DateTime cannot represent an invalid timestamp Infinity"`;
48
48
49
-
exports[`GraphQLDateTime throws an error serializing the invalid unix timestamp NaN 1`] =`"DateTime cannot represent an invalid Unix timestamp NaN"`;
49
+
exports[`GraphQLDateTime throws an error serializing the invalid timestamp NaN 1`] =`"DateTime cannot represent an invalid timestamp NaN"`;
50
50
51
51
exports[`GraphQLDateTime value parsing throws an error parsing an invalid date-string "2015-02-24T00:00:00.000+0100" 1`] =`"DateTime cannot represent an invalid date-time-string 2015-02-24T00:00:00.000+0100."`;
0 commit comments