ajv-validator / ajv

The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
https://ajv.js.org
MIT License
13.47k stars 864 forks source link

create index for jsontests #2408

Open rotu opened 1 month ago

rotu commented 1 month ago

What issue does this pull request resolve?

Fixes an import when running tests. I genuinely don't know how async_schemas.spec.ts worked before this.

What changes did you make?

Dynamically generate a file that lists all test suites in spec/_json/index.js

Is there anything that requires more attention while reviewing?