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.