| 11 | import AjvPack from "../dist/standalone/instance" |
| 12 | |
| 13 | interface TestCase { |
| 14 | schema: SchemaObject |
| 15 | instance: unknown |
| 16 | errors: TestCaseError[] |
| 17 | } |
| 18 | |
| 19 | interface TestCaseError { |
| 20 | instancePath: string[] |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…