dist: update #85
Annotations
3 errors and 1 warning
test/unit/validate.format.test.ts ► validate format time ► should validate HH:mm:ss:
test/unit/validate.format.test.ts#L22
Failed test found in:
test-result-unit.json
Error:
Expected values to be strictly deep-equal:
+ actual - expected
+ [
+ {
+ code: 'format-date-time-error',
+ data: {
+ pointer: '#',
+ schema: {
+ format: 'time',
+ type: 'string'
+ },
+ value: '15:31:12'
+ },
+ message: 'Value `15:31:12` at `#` is not a valid date-time',
+ name: 'FormatDateTimeError',
+ type: 'error'
+ }
+ ]
- []
|
test/unit/validate.format.test.ts ► validate format time ► should validate HH:mm:ss.s:
test/unit/validate.format.test.ts#L30
Failed test found in:
test-result-unit.json
Error:
Expected values to be strictly deep-equal:
+ actual - expected
+ [
+ {
+ code: 'format-date-time-error',
+ data: {
+ pointer: '#',
+ schema: {
+ format: 'time',
+ type: 'string'
+ },
+ value: '15:31:12.99'
+ },
+ message: 'Value `15:31:12.99` at `#` is not a valid date-time',
+ name: 'FormatDateTimeError',
+ type: 'error'
+ }
+ ]
- []
|
install
Failed test were found and 'fail-on-error' option is set to true
|
install
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, dorny/test-reporter@v1.6.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|