(ajv)
| 10 | test(new _Ajv()) |
| 11 | |
| 12 | function test(ajv) { |
| 13 | should.throw(() => { |
| 14 | ajv.compile({type: "string", format: "unknown"}) |
| 15 | }, /unknown format/) |
| 16 | } |
| 17 | }) |
| 18 | |
| 19 | it("should fail validation if unknown format is used via $data", () => { |
no test coverage detected
searching dependent graphs…