(ajv)
| 10 | test(new _Ajv({code: {source: true}})) |
| 11 | |
| 12 | function test(ajv) { |
| 13 | const validate = ajv.compile({type: "number"}) |
| 14 | validate.source.validateCode.should.be.a("string") |
| 15 | } |
| 16 | }) |
| 17 | }) |
| 18 |
no test coverage detected
searching dependent graphs…