glideapps/quicktype

Split up tests with huge objects

Aperta

#559 aperta il 17 feb 2018

 (1 commento) (0 reazioni) (0 assegnatari)TypeScript (968 fork)batch import
CIgood first issue

Metriche repository

Star
 (10.867 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

We have a few tests, in particular blns-object, keywords.json, and keyword-unions.schema, which have huge objects and slow down a few languages, particularly Rust. The objects don't need to be big - they're only testing that the keys in the objects work, so we can easily split them up without losing the benefit of the tests.

Guida contributor