ttarnowski / ts-sinon

Sinon extension providing functions to: stub all object methods and to stub interface.
MIT License
69 stars 15 forks source link

Fix for class inheritence issue #137 #251

Closed AvantaR closed 3 years ago

AvantaR commented 3 years ago

I've tried to resolve the issue described in ticket number #137.

It didn't work for transpilation greater than es5 because it couldn't get method names from inherited classes.

Could you please review it? Thanks!

AvantaR commented 3 years ago

can you update version in packages.json to 2.0.2?

done :heavy_check_mark: