File: stripping.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-- 171 bytes parent folder | download
1
2
3
4
describe('stripping', function() {
  it('strips away validators that makes no sense for the given type(s)')
  it('strips away properties not allowed by propertyNames')
})