meteor/meteor

Type tests for Meteor packages

Open

#13,676 opened on 2025年3月28日

GitHub で見る
 (11 comments) (1 reaction) (0 assignees)JavaScript (44,781 stars) (5,257 forks)batch import
Project:JS Environment:TypescriptProject:TestingTypeScriptgood first issuehacktoberfestidleready

説明

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.

コントリビューターガイド