Skip to content

dist: update

dist: update #108

GitHub Actions / unit test results succeeded Dec 3, 2024 in 0s

unit test results ✔️

Tests passed successfully

✔️ test-result-unit.json

9 tests were completed in 20ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/unit/getChildSchemaSelection.test.ts 9✔️ 9ms

✔️ test/unit/getChildSchemaSelection.test.ts

getChildSchemaSelection
  ✔️ should resolve items from oneOf elements
  ✔️ should return a single array-item as list
  ✔️ should return a single object-schema as list
  ✔️ should return an empty array if items schema is undefined
  ✔️ should return list of oneOf elements
getChildSchemaSelection additionalItems
  ✔️ should not return additionalItems if item-schema is object
  ✔️ should return additionalItem schema
  ✔️ should return additionalItem schema when items-list is exceeded
  ✔️ should return items-schema instead of additionalItems if item is defined