File: validation.spec.js

package info (click to toggle)
node-json-schema-merge-allof 0.8.1%2B~cs9.16.23-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,036 kB
  • sloc: javascript: 6,293; makefile: 176
file content (4 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
describe('validation', function() {
  it('is false if property is required, but not allowed by patternProperties or additionalProperties')
  it('is false if any min value is bigger than a max value')
})