glideapps/quicktype

Split up tests with huge objects

Offen

#559 geöffnet am 17.02.2018

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (968 Forks)batch import
CIgood first issue

Repository-Metriken

Stars
 (10.867 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide