(boolSchema, valid)
| 29 | }) |
| 30 | |
| 31 | function test(boolSchema, valid) { |
| 32 | return function (ajv) { |
| 33 | const validate = ajv.compile(boolSchema) |
| 34 | testSchema(validate, valid) |
| 35 | } |
| 36 | } |
| 37 | }) |
| 38 | |
| 39 | describe("in properties / sub-properties", () => { |
no test coverage detected
searching dependent graphs…