glideapps/quicktype

Split up tests with huge objects

开放

#559 创建于 2018年2月17日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (968 个派生)batch import
CIgood first issue

仓库指标

星标
 (10,867 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南