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.