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
'when a date-time is passed for a date-time': objectShouldBeValid(objDateTime,schemaDateTime),
312
320
'when a date-time with a dot fraction is passed for a date-time': objectShouldBeValid(objDateTimeFractionDot,schemaDateTime),
313
321
'when a date-time with a comma fraction is passed for a date-time': objectShouldBeValid(objDateTimeFractionComma,schemaDateTime),
322
+
'when a date-time with a ahead offset is passed for a date-time': objectShouldBeValid(objDateTimeWithAheadOffset,schemaDateTime),
323
+
'when a date-time with a behind offset is passed for a date-time': objectShouldBeValid(objDateTimeWithBehindOffset,schemaDateTime),
314
324
'when a date-time is passed for a date-time': objectShouldBeValid(objDateTime,schemaDateTime),
315
325
'when trying to pass a date for a date-time': objectShouldBeInvalid(objInvalidDateTime,schemaDateTime,{errMsg: 'JSON object property \'dateTime\' does not conform to the \'date-time\' format'}),
316
326
'when a date is passed for a date': objectShouldBeValid(objDate,schemaDate),
0 commit comments