glideapps/quicktype

Split up tests with huge objects

Open

#559 opened on Feb 17, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (968 forks)batch import
CIgood first issue

Repository metrics

Stars
 (10,867 stars)
PR merge metrics
 (No merged PRs in 30d)

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.

Contributor guide