Project:JS Environment:TypescriptProject:TestingTypeScriptgood first issuehacktoberfestidleready
Metriche repository
- Star
- (44.781 star)
- Metriche merge PR
- (Merge medio 9g 9h) (21 PR mergiate in 30 g)
Descrizione
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.