glideapps/quicktype

Split up tests with huge objects

Open

#559 建立於 2018年2月17日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (10,867 star) (968 fork)batch import
CIgood first issue

描述

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.

貢獻者指南