Skip to content

Use fresh Ajv instance for schema validation tests

Snwachukwu requested to merge github/fork/ottomata/master into master

Created by: ottomata

Since we have multiple materalized files for the same schema version (e.g. latest.yaml, 1.0.0.yaml, 1.0.0.json, etc.), we need to avoid registering the same schema with the same Ajv instance when we run tests on each of these schemas.

Merge request reports

Loading