File: extraction.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 (5 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
describe('extraction', function() {
  describe('anyOf', function() {
    it('extracts validation keywords found in all anyOf schemas')
  })
})