glideapps/quicktype

Split up tests with huge objects

Aberta

#559 aberto em 17 de fev. de 2018

 (1 comentário) (0 reação) (0 responsável)TypeScript (968 forks)batch import
CIgood first issue

Métricas do repositório

Stars
 (10.867 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador