meteor/meteor

Type tests for Meteor packages

Open

#13,676 创建于 2025年3月28日

在 GitHub 查看
 (11 评论) (1 反应) (0 负责人)JavaScript (5,257 fork)batch import
Project:JS Environment:TypescriptProject:TestingTypeScriptgood first issuehacktoberfestidleready

仓库指标

Star
 (44,781 star)
PR 合并指标
 (平均合并 9天 9小时) (30 天内合并 21 个 PR)

描述

Various Meteor packages have type definitions, but there are not tests in place to ensure the definitions work as expected. The conversation started here:

What could be done, for example, is add typescript to all packages that have a type definition, then add a test.ts file that imports an API and simply calls it. This would easily test, for example, that function parameters or return types are as expected.

贡献者指南