microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
702 stars 118 forks source link

Writing tests for debugger scripts #73

Open powercode opened 1 year ago

powercode commented 1 year ago

I'm new in the Javascript world. Is there any common knowledge here on how you go about writing unit tests for debug scripts?

Do you have any internal frameworks or setups that can be shared?

Ideally in a TypeScript setting!