tsdjs / tsd

Check TypeScript type definitions
MIT License
2.38k stars 68 forks source link

Report the number of evaluated tests alongside with diagnostics #127

Closed mrazauskas closed 2 years ago

mrazauskas commented 2 years ago

This is rebased and cleaned up of stale #75.

My motivation is simply to make it possible to use tsd with jest.

PS I couldn’t find a way to work directly on #75. New PR seemed to be the solution. If this is somehow non-nonethical or a bad practise, I am fine to close and to proceed in some other way.

mrazauskas commented 2 years ago

Not good idea. It reports count of assertions, not count of tests (there are no tests in tsd).